diff options
| author | Mark Otto <[email protected]> | 2011-09-12 13:32:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-12 13:32:46 -0700 |
| commit | 7af4a4cfa1684eaf0a3d3e822f5a1171424b4295 (patch) | |
| tree | 2cd749eab6b648fa2b9f1d03f137074159c48a60 /lib/patterns.less | |
| parent | bc41c58472b5c8d04f151bd1c847e3da76125dc2 (diff) | |
| download | bootstrap-7af4a4cfa1684eaf0a3d3e822f5a1171424b4295.tar.xz bootstrap-7af4a4cfa1684eaf0a3d3e822f5a1171424b4295.zip | |
really make modals cover topbars and not cover the modal itself
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 68e9b3190..82b7790b7 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -747,7 +747,7 @@ input[type=submit].btn { position: fixed; top: 50%; left: 50%; - z-index: 2000; + z-index: 11000; width: 560px; margin: -250px 0 0 -250px; background-color: @white; |
