mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-02-06 15:18:22 +00:00
FIX: inability to scroll modals on dark theme
What. The. Hell.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user