rd-dev-ukraine / angular-io-slimscroll

Customizable slimScroll directive for Angular 2.
MIT License
18 stars 19 forks source link

Positioning elements bottom to top #8

Closed dchaur closed 6 years ago

dchaur commented 7 years ago

Hi, first of all thanks a lot for this great plugins, it is very difficult find 'decent' plugins for Angular 2 hehehe.

I'm facing a design problem due bottom position. What I'm trying to do is create a UL list positioning elements from bottom to top (it is like when you receive messages in WhatsApp chat or telegram...)

When I set my UL height: 100%; position absolute bottom 0 custom scrollbar disappears... also I have try using table and table cell but every time I try to position LI elements at bottom scrollbar stops working.

I'm gonna check entire plugin trying to find why position bottom doesn't work.

Thanks again, Regards.

eugenesaenko commented 7 years ago

@dchaur Please provide more details how your html looks like.

eugenesaenko commented 6 years ago

No more details provided.