Vlad Bastina commited on
Commit
d592d0a
·
1 Parent(s): 9809102
Files changed (1) hide show
  1. style.css +10 -0
style.css CHANGED
@@ -74,3 +74,13 @@ button:focus,
74
  [class^="st-emotion-cache-"] {
75
  font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
76
  }
 
 
 
 
 
 
 
 
 
 
 
74
  [class^="st-emotion-cache-"] {
75
  font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
76
  }
77
+
78
+ ::-webkit-scrollbar {
79
+ display: none;
80
+ }
81
+
82
+ /* Hide scrollbar for IE, Edge and Firefox */
83
+ body {
84
+ -ms-overflow-style: none; /* IE and Edge */
85
+ scrollbar-width: none; /* Firefox */
86
+ }