resize window

This commit is contained in:
2024-02-21 20:10:55 +01:00
parent 31f23af6e7
commit 38f6a0e329
3 changed files with 1 additions and 12 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ body {
position: fixed;
z-index:99;
min-height: 520px;
width:max(560px, 50vw);
resize: both;
width:560px;
overflow-y:scroll;
overflow-x:visible;
display: flex;