Closed KeisukeKatagiri closed 1 year ago
Solved using Element.Attributes.clip in style-elements. Element.Attributes.clip makes element overflow hidden.
https://github.com/mdgriffith/style-elements/blob/master/src/Element/Attributes.elm#L392
clip : Attribute variation msg clip = Attr <| VirtualDom.style "overflow" "hidden"
Hiding scrollbar investigation.
Investigate whether yScrollbar can be hidden.