Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/index.css
Browse files- frontend/src/index.css +22 -0
frontend/src/index.css
CHANGED
|
@@ -146,4 +146,26 @@
|
|
| 146 |
background: #ffffff !important;
|
| 147 |
}
|
| 148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
|
|
|
|
| 146 |
background: #ffffff !important;
|
| 147 |
}
|
| 148 |
|
| 149 |
+
/* Hide scrollbar utility */
|
| 150 |
+
.hide-scrollbar,
|
| 151 |
+
.hide-scrollbar *,
|
| 152 |
+
.scrollbar-none,
|
| 153 |
+
.scrollbar-none *,
|
| 154 |
+
.no-scrollbar,
|
| 155 |
+
.no-scrollbar * {
|
| 156 |
+
-ms-overflow-style: none !important;
|
| 157 |
+
scrollbar-width: none !important;
|
| 158 |
+
}
|
| 159 |
+
|
| 160 |
+
.hide-scrollbar::-webkit-scrollbar,
|
| 161 |
+
.hide-scrollbar *::-webkit-scrollbar,
|
| 162 |
+
.scrollbar-none::-webkit-scrollbar,
|
| 163 |
+
.scrollbar-none *::-webkit-scrollbar,
|
| 164 |
+
.no-scrollbar::-webkit-scrollbar,
|
| 165 |
+
.no-scrollbar *::-webkit-scrollbar {
|
| 166 |
+
display: none !important;
|
| 167 |
+
width: 0 !important;
|
| 168 |
+
height: 0 !important;
|
| 169 |
+
}
|
| 170 |
+
|
| 171 |
|