From de072dcd81de37e460e1c47906f377226fec436b Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 5 Sep 2020 18:37:50 +0300 Subject: Add hack to make scrolling work on iOS (ref #8) --- web/index.sass | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/index.sass') diff --git a/web/index.sass b/web/index.sass index 300c0c0..6f5ad4a 100644 --- a/web/index.sass +++ b/web/index.sass @@ -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 -- cgit v1.2.3