Fixed horizontally scrolling pages

This commit is contained in:
2018-04-22 14:45:06 +02:00
parent e75c4d9a34
commit 7807aec249
3 changed files with 13 additions and 8 deletions

View File

@ -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%