mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fix up the modals in responsive a bit
This commit is contained in:
+2
-1
@@ -97,11 +97,12 @@
|
||||
|
||||
// Modals
|
||||
.modal {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
width: auto;
|
||||
margin: 0;
|
||||
&.fade.in { top: auto; }
|
||||
}
|
||||
.modal-header .close {
|
||||
|
||||
Reference in New Issue
Block a user