mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
18 lines
284 B
SCSS
18 lines
284 B
SCSS
|
// scss-lint:disable SelectorDepth
|
||
|
// scss-lint:disable NestingDepth
|
||
|
|
||
|
@import "constants";
|
||
|
@import "mixins";
|
||
|
|
||
|
#protocol-preview-modal .modal-dialog {
|
||
|
.modal-body {
|
||
|
max-height: 75vh;
|
||
|
overflow-y: auto;
|
||
|
width: 100%;
|
||
|
|
||
|
.ql-editor {
|
||
|
min-height: initial;
|
||
|
}
|
||
|
}
|
||
|
}
|