Misplaced user dropdown

Fixes #867.
This commit is contained in:
TimZ99 2020-03-15 17:45:40 +01:00
parent be928f8241
commit 951586d77d
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 5 additions and 0 deletions

View File

@ -179,4 +179,9 @@ table tr[visible='true'] {
width: 95px;
transform-origin: 100% 4px;
transition: all 1s;
}
.dropdown-menu.show {
left: inherit;
right: 0px;
}