From b36d8ae6cb9dcd2e4183202a747d53706f1c1c8a Mon Sep 17 00:00:00 2001 From: Johann-S Date: Wed, 17 May 2017 22:03:11 +0200 Subject: Use popper to align dropdown menu instead of using css with important --- scss/_dropdown.scss | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'scss') diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 981a17cb8..d9e75b0aa 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -108,20 +108,6 @@ } } -// Menu positioning -// -// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown -// menu with the parent. -.dropdown-menu-right { - right: 0; - left: auto !important; // Reset the default from `.dropdown-menu` -} - -.dropdown-menu-left { - right: auto !important; - left: 0; -} - .dropdown-menu.show { display: block; } -- cgit v1.2.3