FIX: inability to scroll modals on dark theme

What. The. Hell.
This commit is contained in:
2022-01-24 14:13:17 +00:00
parent da4d62729b
commit 8244287a64
5 changed files with 33 additions and 20 deletions

View File

@@ -153,4 +153,7 @@
.CodeMirror-cursor {
border-color: white !important;
}
.modal {
overflow-y: auto !important; //Bootstrap Dark Theme overrides this to none for some insane reason so we need to change it back
}
}

View File

@@ -116,10 +116,6 @@ textarea {
hyphens: auto;
}
.modal-dialog {
z-index: inherit; // bug fix introduced in 52682ce
}
del {
background-color: #f2dede;
border-radius: 3px;