2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

really make modals cover topbars and not cover the modal itself

This commit is contained in:
Mark Otto
2011-09-12 13:32:46 -07:00
parent bc41c58472
commit 7af4a4cfa1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;