LogitCode commited on
Commit
517ed3e
·
verified ·
1 Parent(s): ed761e4

Update index.html

Browse files
Files changed (1) hide show
  1. 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