Commit ecbb0ed4 authored by Andreas Cederström's avatar Andreas Cederström
Browse files

Making modal work with max width 767px - fixes #4860

parent 24e277b8
2 merge requests!5450Fixed copy and paste caused typo in CAROUSEL DATA-API,!5312Making modal work with max width 767px - fixes #4860
Showing with 6 additions and 2 deletions
+6 -2
......@@ -872,8 +872,11 @@
width: auto;
margin: 0;
}
.modal.fade {
top: -100px;
}
.modal.fade.in {
top: auto;
top: 20px;
}
}
......
......@@ -107,7 +107,8 @@
right: 20px;
width: auto;
margin: 0;
&.fade.in { top: auto; }
&.fade { top: -100px; }
&.fade.in { top: 20px; }
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment