nav styling error fixed

This commit is contained in:
VividTruthKeeper 2022-10-01 17:15:34 +05:00
parent fbc126a8c5
commit 101f019837
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,7 @@
align-items: center;
gap: 1rem;
*{
* {
pointer-events: none;
}
@ -118,6 +118,7 @@
}
.nav-dropdown {
pointer-events: all !important;
@include transition-std;
height: 11.2rem;
overflow: hidden;