silexlabs / Cocktail

An HTML/CSS rendering engine for the Haxe language
http://www.silexlabs.org/haxe/cocktail/
Other
192 stars 34 forks source link

scrollbar #358

Open yanhick opened 11 years ago

yanhick commented 11 years ago

scrollbar when overflow style set to "scroll". The scrollbar should be stylable with CSS and can be customised for desktop and mobile scrollbar.

RafaelOliveira commented 10 years ago

This issue is related to the scrolling of the html elements? or is only related to the scrollbars? I tried to implement the scroll using the scrollTop of the elements (using touch events for mobile), but the result wasn't good. Without a good scroll on mobile, it's difficult to me to use the library.