Last night

This commit is contained in:
Andras Schmelczer 2026-02-08 10:21:37 +00:00
parent 2906b01734
commit 42ee2d4c51
47 changed files with 848 additions and 478 deletions

View file

@ -6,8 +6,10 @@ html,
body,
#root {
height: 100%;
height: 100dvh;
margin: 0;
padding: 0;
overflow: hidden;
overscroll-behavior: none;
}