Add hack to make scrolling work on iOS (ref #8)
This commit is contained in:
parent
6e6aad0430
commit
de072dcd81
3 changed files with 20 additions and 1 deletions
|
|
@ -64,6 +64,14 @@ div.pack-list, nav
|
|||
div.pack-list
|
||||
overflow-y: auto
|
||||
|
||||
div.pack-list.ios-safari-hack
|
||||
position: fixed
|
||||
top: $nav-height
|
||||
bottom: 0
|
||||
left: 0
|
||||
right: 0
|
||||
-webkit-overflow-scrolling: touch
|
||||
|
||||
section.stickerpack
|
||||
margin-top: .75rem
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue