浏览代码

Disable scrollbars on older versions of Chrome and Safari

Nadav Tasher 5 月之前
父节点
当前提交
d370cac14c
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      client/components/main/layouts.css

+ 3 - 0
client/components/main/layouts.css

@@ -449,6 +449,9 @@ a:not(.disabled).is-active i.fa {
 .no-scrollbars {
   scrollbar-width: none;
 }
+.no-scrollbars::-webkit-scrollbar {
+  display: none !important;
+}
 @media screen and (max-width: 800px) {
   #content {
     margin: 1px 0px 0px 0px;