diff options
| author | Johann-S <[email protected]> | 2017-05-17 22:03:11 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-17 22:03:11 +0200 |
| commit | b36d8ae6cb9dcd2e4183202a747d53706f1c1c8a (patch) | |
| tree | 1da6f68097ce5d217d2eeb789d4390b7c4d4f894 /scss | |
| parent | be742b0f5cde4478402a5a11853cea35ded812ac (diff) | |
| download | bootstrap-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.scss | 14 |
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; } |
