@@ -20,7 +20,8 @@
// Base modal
.modal {
- position: absolute;
+ position: fixed;
+ overflow: hidden;
z-index: $zindex-modal;
width: 100%;
background-color: $panel-bg;
@@ -33,7 +34,7 @@
right: 0;
margin-left: auto;
margin-right: auto;
- top: 20%;
+ top: 10%;
}
.modal-header {