Fix overflow
All checks were successful
Deploy new version of the application / Deploy Application (push) Successful in 2s
All checks were successful
Deploy new version of the application / Deploy Application (push) Successful in 2s
This commit is contained in:
@@ -23,7 +23,7 @@ html, body {
|
|||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow-y: auto; /* Hide vertical scrollbar */
|
overflow-y: hidden; /* Hide vertical scrollbar */
|
||||||
overflow-x: hidden; /* Hide horizontal scrollbar */
|
overflow-x: hidden; /* Hide horizontal scrollbar */
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user