dashfolders: allow overflow-y for modals

This commit is contained in:
Daniel Lee
2017-06-22 02:07:49 +02:00
parent f68d2816ab
commit 691ff32ae9
2 changed files with 1 additions and 6 deletions

View File

@@ -62,7 +62,6 @@
// Body (where all modal content resides)
.modal-body {
position: relative;
overflow-y: auto;
}
.modal-content {
@@ -87,10 +86,6 @@
max-width: 500px;
}
.modal-body--with-overflow {
overflow-y: visible;
}
.confirm-modal {
max-width: 500px;