Fixed menu position for Fixed Width Style

This commit is contained in:
TheDevRyan 2025-10-18 18:33:08 +01:00
parent 3acf417124
commit 5be9692192

View File

@ -3444,7 +3444,6 @@ nav .lbbuttonsel2 {
z-index: 1000;
right: 10px;
}
#userDropdownButton {
display: flex;
align-items: center;
@ -3574,3 +3573,7 @@ nav .lbbuttonsel2 {
height: 14px;
opacity: 0.7;
}
body:not(.fullscreen) #userDropdown {
right: calc(50vw - 470px);
}