Sync with head

This commit is contained in:
2020-11-03 09:14:14 +01:00
parent e2301b1cfd
commit 34156295ea
10 changed files with 29 additions and 11 deletions

View File

@ -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;
}