Compare commits

..

No commits in common. "590045405b60f12780a9a994f78acd2ad2adf3ea" and "686dc6b1f55b530921b3b9203bd073229dc113bb" have entirely different histories.

5 changed files with 2 additions and 48 deletions

View file

@ -26,7 +26,7 @@
&__property-select {
width: 100%;
height: var(--input-height);
height: var(--form-field-height);
}
&__property-multi-input {

View file

@ -8,10 +8,4 @@
display: grid;
grid-template-columns: 1fr 3fr;
column-gap: 1em;
height: 100%;
}
.ds4-biography {
height: 100%;
overflow: hidden;
}

View file

@ -16,38 +16,3 @@
}
}
}
// General ProseMirror editor styles
prose-mirror {
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
// Edit mode with editor container
&.active {
.editor-container {
flex: 1;
display: flex;
flex-direction: column;
overflow: hidden;
.editor-content {
flex: 1;
overflow-y: auto;
min-height: 0;
}
}
}
// View mode - direct editor-content
&.inactive {
.editor-content {
position: relative;
flex: 1;
overflow-y: auto;
min-height: 0;
inset: auto;
}
}
}

View file

@ -22,6 +22,6 @@
&__label {
flex: 2;
line-height: var(--input-height);
line-height: var(--form-field-height);
}
}

View file

@ -7,9 +7,4 @@
.ds4-sheet-body {
height: 100%;
overflow-y: auto;
// Prevent double scrollbars on biography tab
.ds4-sheet-tab.tab.biography.active {
overflow: hidden;
}
}