update bower version and dependencies
This commit is contained in:
4
bower_components/bootstrap/less/modals.less
vendored
4
bower_components/bootstrap/less/modals.less
vendored
@@ -62,10 +62,12 @@
|
||||
|
||||
// Modal background
|
||||
.modal-backdrop {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: @zindex-modal-background;
|
||||
background-color: @modal-backdrop-bg;
|
||||
// Fade for backdrop
|
||||
&.fade { .opacity(0); }
|
||||
|
||||
Reference in New Issue
Block a user