2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

patch dropdowns for #7118

This commit is contained in:
fat
2013-05-17 10:13:22 -07:00
parent 37d0a30589
commit b9bd82b496
6 changed files with 36 additions and 4 deletions
+11
View File
@@ -135,6 +135,17 @@
}
}
// Backdrop to catch body clicks on mobile, etc.
// ---------------------------
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: @zindexDropdown - 10;
}
// Right aligned dropdowns
// ---------------------------
.pull-right > .dropdown-menu {