summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/blogs.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-10 14:35:15 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-10 14:35:15 +0200
commit50bf754c8742a5b7d054b9d93f9d4e37c1641a01 (patch)
treeeeb7636d8e6e720499fa9eef18c057ed26f9ef04 /StoneIsland/www/css/blogs.css
parent9cf4294fe8951f0a979d58f14b394cdf35af93aa (diff)
use native scrolling!! wooo!!! no more fastclick OR iscroll!! bye bye 2015!!!!
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
-rwxr-xr-xStoneIsland/www/css/blogs.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index ee54a31f..f56ec474 100755
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -36,7 +36,8 @@
text-decoration: underline;
}
#story .content > div {
- display:none;
+ display: none;
+ padding-bottom: env(safe-area-inset-bottom);
}
#story .content div.active {
display:block;
@@ -340,7 +341,7 @@ ul.links {
#archive .scroll {
top: 0; left: 0;
- height: calc(100% - 125px);
+ height: 100%;
}
#archive .row:first-of-type {
margin-top: 7em;