Vlad Bastina commited on
Commit
4c4f9c0
·
1 Parent(s): 664bd59

style change

Browse files
Files changed (1) hide show
  1. style.css +11 -0
style.css CHANGED
@@ -78,3 +78,14 @@ button:focus,
78
  [class^="st-emotion-cache-"] {
79
  font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
80
  }
 
 
 
 
 
 
 
 
 
 
 
 
78
  [class^="st-emotion-cache-"] {
79
  font-family: 'Inter Tight', Arial, Helvetica, sans-serif !important;
80
  }
81
+
82
+ /* Hide scrollbar for Chrome, Safari and Opera */
83
+ ::-webkit-scrollbar {
84
+ display: none;
85
+ }
86
+
87
+ /* Hide scrollbar for IE, Edge and Firefox */
88
+ body {
89
+ -ms-overflow-style: none; /* IE and Edge */
90
+ scrollbar-width: none; /* Firefox */
91
+ }