diff --git a/src/scss/custom/_editor.scss b/src/scss/custom/_editor.scss index 6534e27..fde88f1 100644 --- a/src/scss/custom/_editor.scss +++ b/src/scss/custom/_editor.scss @@ -1,6 +1,6 @@ // Editor & preview style .bs-cheatsheet.modal-open{ - overflow: auto; + overflow: auto !important; margin-bottom: $modal-height; padding-right: 0 !important; }