appears the absolute rule exists by default in navbar-nav dropdown-menu so removing entirely

This commit is contained in:
Antoine Vilain 2024-12-30 14:31:14 -05:00
parent edd5cf080d
commit 4bca2ebefc
1 changed files with 0 additions and 4 deletions

View File

@ -106,10 +106,6 @@
color: var(--#{$prefix}navbar-active-color); color: var(--#{$prefix}navbar-active-color);
} }
} }
.dropdown-menu {
position: absolute;
}
} }