1
0
Fork 0

Fix menu weird display issue on firefox

This commit is contained in:
Chocobozzz 2022-03-18 14:15:04 +01:00
parent e71e2d8a8f
commit cc92203fe5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 0 deletions

View File

@ -344,6 +344,11 @@ my-actor-avatar {
.dropdown-menu {
width: calc(100% + 40px);
// Prevent weird display issue on firefox when global style is not loaded yet
&:not(.show) {
display: none;
}
}
.dropdown-item {