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

change dropdown strategy to use an overlay - fixes mobile click anywhere + allows for firefox middle click

This commit is contained in:
fat
2013-05-16 12:50:06 -07:00
parent bdbd268cb9
commit 92245e8bc7
9 changed files with 362 additions and 438 deletions
+12
View File
@@ -114,6 +114,18 @@
}
}
// Backdrop to catch body clicks on mobile, etc.
// ---------------------------
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: @zindex-dropdown - 10;
}
// Right aligned dropdowns
// ---------------------------
.pull-right > .dropdown-menu {