Fixed horizontally scrolling pages
This commit is contained in:
@ -7,7 +7,6 @@
|
||||
overflow-x hidden
|
||||
overflow-y scroll
|
||||
position relative
|
||||
// will-change transform
|
||||
|
||||
#columns
|
||||
horizontal
|
||||
|
@ -3,7 +3,7 @@ const tip-transform-hidden = translateX(-50%) translateY(-80%)
|
||||
const tip-transform-visible = translateX(-50%) translateY(-100%)
|
||||
|
||||
mixin tip-before
|
||||
content attr(aria-label)
|
||||
content attr(data-label)
|
||||
position absolute
|
||||
top -10px
|
||||
left 50%
|
||||
|
Reference in New Issue
Block a user