2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

fixes #4396: pull right dropdown menus no longer overlaid by submenus

This commit is contained in:
Mark Otto
2012-08-14 14:32:03 -07:00
parent 2a6deb92b1
commit 0b0d7f104c
2 changed files with 18 additions and 0 deletions
+7
View File
@@ -337,6 +337,13 @@
left: auto;
right: 13px;
}
.dropdown-menu {
left: auto;
right: 100%;
margin-left: 0;
margin-right: -1px;
.border-radius(6px 0 6px 6px);
}
}