Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 77eceab

Browse files
committed
Revert "style(next): fix dropdown container while app is loading"
This reverts commit 939469b.
1 parent 27bdb39 commit 77eceab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ button kbd {
328328
--bs-dropdown-zindex: 999;
329329
}
330330

331-
body.desktop .dropdown-menu.show {
331+
body.desktop .dropdown-menu {
332332
border: 1px solid var(--dropdown-border-color);
333333
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
334334
animation: dropdown-menu-opening 100ms ease-in;

apps/client/src/stylesheets/theme-next/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
* supported when this class is used.
9090
*/
9191

92-
.dropdown-menu.show:not(.static) {
92+
.dropdown-menu:not(.static) {
9393
border-radius: var(--dropdown-border-radius);
9494
padding: var(--menu-padding-size) !important;
9595
font-size: 0.9rem !important;

0 commit comments

Comments
 (0)