JustSong пре 2 година
родитељ
комит
6167e20b34
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      web/src/index.css

+ 5 - 0
web/src/index.css

@@ -5,6 +5,11 @@ body {
     font-family: Lato, 'Helvetica Neue', Arial, Helvetica, "Microsoft YaHei", sans-serif;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
+    scrollbar-width: none;
+}
+
+body::-webkit-scrollbar {
+    display: none;
 }
 
 code {