+22
-2
@@ -381,17 +381,22 @@ section.npc .cde-neon-tabs .item.active { color: @cde-supernatural; borde
|
||||
.cde-tab-body {
|
||||
flex: 1 1 0;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: @cde-gap;
|
||||
background: @cde-surface2;
|
||||
border: 1px solid @cde-border;
|
||||
border-top: none;
|
||||
border-radius: 0 0 @cde-radius @cde-radius;
|
||||
overflow-y: auto;
|
||||
overflow: hidden;
|
||||
|
||||
.tab {
|
||||
display: none;
|
||||
flex: 1 1 0;
|
||||
min-height: 0;
|
||||
flex-direction: column;
|
||||
gap: @cde-gap;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.tab.active {
|
||||
@@ -445,11 +450,26 @@ section.npc .cde-neon-tabs .item.active { color: @cde-supernatural; borde
|
||||
flex-direction: column;
|
||||
|
||||
.editor {
|
||||
flex: 1 1 0;
|
||||
flex: 1 1 auto;
|
||||
min-height: 200px;
|
||||
height: 100%;
|
||||
border-radius: @cde-radius;
|
||||
border: 1px solid @cde-border;
|
||||
background: @cde-surface;
|
||||
|
||||
// Force TinyMCE to fill the container
|
||||
.tox {
|
||||
height: 100% !important;
|
||||
min-height: 100% !important;
|
||||
}
|
||||
.tox-editor-container {
|
||||
height: 100% !important;
|
||||
min-height: 100% !important;
|
||||
}
|
||||
iframe {
|
||||
height: 100% !important;
|
||||
min-height: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user