Fix: Position of the overview to select users
This commit is contained in:
parent
ff7e7c8810
commit
57fa6389cd
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue