Improved the visibility of the dropdown menu in the userpanel, especially on mobile devices

This commit is contained in:
Julian Müller (ChaoticByte) 2023-04-15 14:15:55 +02:00
parent e1555375cc
commit c74744d720

View file

@ -366,6 +366,7 @@ main {
margin-top: 3.2rem;
opacity: 0%;
transition: opacity 100ms;
box-shadow: 0 .25rem 1rem #00000090;
}
.dropdownchoice {
@ -537,4 +538,9 @@ main {
.drinks-list {
width: 90%;
}
.dropdownlist {
width: 14rem;
right: calc(50vw - 7rem);
left: auto;
}
}