nav styling error fixed
This commit is contained in:
parent
fbc126a8c5
commit
101f019837
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue