Revert "style(next): fix dropdown container while app is loading"

This reverts commit 939469ba5465c5cab3d3d23b9a429942a09153b1.
This commit is contained in:
Elian Doran 2025-05-30 21:58:46 +03:00
parent 27bdb39155
commit 77eceabf6e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ button kbd {
--bs-dropdown-zindex: 999;
}
body.desktop .dropdown-menu.show {
body.desktop .dropdown-menu {
border: 1px solid var(--dropdown-border-color);
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
animation: dropdown-menu-opening 100ms ease-in;

View File

@ -89,7 +89,7 @@
* supported when this class is used.
*/
.dropdown-menu.show:not(.static) {
.dropdown-menu:not(.static) {
border-radius: var(--dropdown-border-radius);
padding: var(--menu-padding-size) !important;
font-size: 0.9rem !important;