소스 검색

Disable scrollbars on older versions of Chrome and Safari

Nadav Tasher 6 달 전
부모
커밋
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;