1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Add basic position to dropup/right/left and dropdown-menu-right (#25400)

This commit is contained in:
ysds
2018-03-13 02:44:05 +09:00
committed by XhmikosR
parent fb15575ec5
commit 14f712601e
2 changed files with 29 additions and 13 deletions

View File

@@ -162,11 +162,6 @@
position: absolute;
}
.dropdown-menu-right {
right: 0;
left: auto; // Reset the default from `.dropdown-menu`
}
.nav-link {
padding-right: $navbar-nav-link-padding-x;
padding-left: $navbar-nav-link-padding-x;
@@ -189,13 +184,6 @@
.navbar-toggler {
display: none;
}
.dropup {
.dropdown-menu {
top: auto;
bottom: 100%;
}
}
}
}
}