Fix: Position of the overview to select users

This commit is contained in:
Chneemann 2024-09-16 20:58:02 +02:00
parent ff7e7c8810
commit 57fa6389cd

View file

@ -2,13 +2,13 @@
section { section {
position: absolute; position: absolute;
top: -10px; top: -50px;
right: 0px; right: -10px;
} }
.whiteBoxAllUsersWindow { .whiteBoxAllUsersWindow {
height: fit-content; height: fit-content;
max-height: 30vh; max-height: 25vh;
width: 240px; width: 240px;
z-index: 4; z-index: 4;
border-radius: 35px; border-radius: 35px;