diff options
| author | fat <[email protected]> | 2013-05-16 12:50:06 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-05-16 12:50:06 -0700 |
| commit | 92245e8bc70f8d2e48036b7ba088551d07db29ca (patch) | |
| tree | 4712d7114a60380513754f54931bd925d556545c /docs/assets/css/bootstrap.css | |
| parent | bdbd268cb9cb64d0a8f6c77e56c139d18e21af5f (diff) | |
| download | bootstrap-92245e8bc70f8d2e48036b7ba088551d07db29ca.tar.xz bootstrap-92245e8bc70f8d2e48036b7ba088551d07db29ca.zip | |
change dropdown strategy to use an overlay - fixes mobile click anywhere + allows for firefox middle click
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 209aed496..b9940b55e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; |
