Some lame CSS...

This commit is contained in:
Nicolò P 2025-04-07 17:02:22 +02:00
parent b82762d8ea
commit a3a991b3ef

View File

@ -5,12 +5,15 @@
min-height: 93vh; min-height: 93vh;
margin-left: 20vw; margin-left: 20vw;
overflow: hidden; overflow: hidden;
margin-bottom: 0;
} }
#ui { #ui {
position: absolute; position: absolute;
top: 3.5rem; top: 3.5rem;
max-width: 20vw; max-width: 20vw;
max-height: 90vh;
z-index: 5; z-index: 5;
overflow-y: auto;
} }
/* Clipper-related styles */ /* Clipper-related styles */