Transition dropdown menus on opacity only.

This commit is contained in:
Leo
2024-09-20 19:04:39 -05:00
parent 6182f81f82
commit 62da566b48

View File

@@ -4,7 +4,7 @@
.dropdown-menu { .dropdown-menu {
display: block; display: block;
opacity: 0; opacity: 0;
transition: all .15s linear; transition: opacity .15s linear;
pointer-events: none; // Prevent auto show when mouse is below top menu item pointer-events: none; // Prevent auto show when mouse is below top menu item
min-width: 190px; min-width: 190px;
} }