From cc92203fe5ea2a7fddbeb0020e3769b0678d40bb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 18 Mar 2022 14:15:04 +0100 Subject: [PATCH] Fix menu weird display issue on firefox --- client/src/app/menu/menu.component.scss | 5 +++++ 1 file changed, 5 insertions(+) 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 { .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 {