2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13: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
+9
View File
@@ -2799,6 +2799,15 @@ input[type="button"].btn-block {
outline: 0;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;