aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/menu/menu.component.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index f0919ed28..808a33a4a 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -344,6 +344,11 @@ my-actor-avatar {
344 344
345.dropdown-menu { 345.dropdown-menu {
346 width: calc(100% + 40px); 346 width: calc(100% + 40px);
347
348 // Prevent weird display issue on firefox when global style is not loaded yet
349 &:not(.show) {
350 display: none;
351 }
347} 352}
348 353
349.dropdown-item { 354.dropdown-item {