Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -204,6 +204,7 @@ tailwind.config = {
|
|
| 204 |
|
| 205 |
/* Scrollbar in light mode */
|
| 206 |
body.light ::-webkit-scrollbar-thumb { background: var(--c-mist); }
|
|
|
|
| 207 |
|
| 208 |
|
| 209 |
|
|
|
|
| 204 |
|
| 205 |
/* Scrollbar in light mode */
|
| 206 |
body.light ::-webkit-scrollbar-thumb { background: var(--c-mist); }
|
| 207 |
+
#input-footer { padding-bottom: max(12px, env(safe-area-inset-bottom)); }
|
| 208 |
|
| 209 |
|
| 210 |
|