writing area dynamic for phones

This commit is contained in:
2026-04-21 11:33:01 +05:30
parent 4500fde334
commit 7ddb463b9f
2 changed files with 10 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
============================ */
#root {
width: 100%;
height: 100dvh;
height: var(--vh, 100dvh);
overflow: hidden;
display: flex;
flex-direction: column;