From 4bca2ebefc166fa0b40f258eb6ffa90e202f8cc2 Mon Sep 17 00:00:00 2001 From: Antoine Vilain Date: Mon, 30 Dec 2024 14:31:14 -0500 Subject: [PATCH] appears the absolute rule exists by default in navbar-nav dropdown-menu so removing entirely --- scss/_navbar.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 8f3c921bac..ec20106358 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -106,10 +106,6 @@ color: var(--#{$prefix}navbar-active-color); } } - - .dropdown-menu { - position: absolute; - } }