Widen navbar dropdown menu.

This commit is contained in:
Leo
2024-01-26 22:38:55 -06:00
parent c5d095cd93
commit ebe6eaa13c

View File

@@ -18,7 +18,7 @@
opacity: 0; opacity: 0;
transition: all .15s linear; transition: all .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: 170px; min-width: 190px;
} }
&:hover { &:hover {