diff options
Diffstat (limited to 'bskyweb/templates/base.html')
-rw-r--r-- | bskyweb/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 50dbaa24b..228c3d894 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -33,10 +33,10 @@ } html { - scroll-behavior: smooth; /* Prevent text size change on orientation change https://gist.github.com/tfausak/2222823#file-ios-8-web-app-html-L138 */ -webkit-text-size-adjust: 100%; height: calc(100% + env(safe-area-inset-top)); + scrollbar-gutter: stable both-edges; } /* Remove autofill styles on Webkit */ |