change dropdown strategy to use an overlay - fixes mobile click anywhere + allows for firefox middle click
This commit is contained in:
parent
bdbd268cb9
commit
92245e8bc7
9 changed files with 362 additions and 438 deletions
9
docs/assets/css/bootstrap.css
vendored
9
docs/assets/css/bootstrap.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue