aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-05-17 22:03:11 +0200
committerGitHub <[email protected]>2017-05-17 22:03:11 +0200
commitb36d8ae6cb9dcd2e4183202a747d53706f1c1c8a (patch)
tree1da6f68097ce5d217d2eeb789d4390b7c4d4f894 /scss
parentbe742b0f5cde4478402a5a11853cea35ded812ac (diff)
downloadbootstrap-b36d8ae6cb9dcd2e4183202a747d53706f1c1c8a.tar.xz
bootstrap-b36d8ae6cb9dcd2e4183202a747d53706f1c1c8a.zip
Use popper to align dropdown menu instead of using css with important
Diffstat (limited to 'scss')
-rw-r--r--scss/_dropdown.scss14
1 files changed, 0 insertions, 14 deletions
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;
}