forked from public/foundryvtt-reve-de-dragon
Sync with head
This commit is contained in:
@ -222,6 +222,22 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.editor {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
min-height: calc(100% - 225px) !important;
|
||||
height: calc(100% - 225px) !important;
|
||||
max-height: calc(100% - 225px) !important;
|
||||
}
|
||||
.editor-content {
|
||||
padding: 5px;
|
||||
margin: 0;
|
||||
overflow: auto;
|
||||
height: 100% !important;
|
||||
min-height: 100% !important;
|
||||
max-height: 100% !important;
|
||||
}
|
||||
|
||||
.foundryvtt-reve-de-dragon .tox .tox-editor-container {
|
||||
background: #fff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user