Make some small improvements in actor sheets

This commit is contained in:
Johannes Loher 2021-02-20 01:46:40 +01:00
parent 1e871b6e52
commit 622253f0da
2 changed files with 2 additions and 6 deletions

View file

@ -12,10 +12,10 @@
}
.tab {
height: 100%;
overflow-y: visible;
overflow-y: auto;
align-content: flex-start;
ol {
overflow-y: visible;
overflow-y: auto;
}
}
}

View file

@ -57,10 +57,6 @@
}
.tox {
.tox-editor-container {
background: $c-white;
}
.tox-edit-area {
padding: 0 8px;
}