aboutsummarylogtreecommitdiffstats
path: root/hide-scrollbar.patch
blob: 414eb69358e8285b0c4e5519a30c1e18d93ae6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/src/styl/main.styl b/src/styl/main.styl
index be95a73bf..45208f4e5 100644
--- a/src/styl/main.styl
+++ b/src/styl/main.styl
@@ -287,3 +287,6 @@ main
   margin-bottom: env(safe-area-inset-bottom);
   @media only screen and (orientation portrait) and (min-width 768px) and (min-height 768px)
     flex 0 0 footerHeightBigScreens
+
+*::-webkit-scrollbar
+  display none