Merge branch 'slight-improvements-in-actor-sheet' into 'master'

Make some small improvements in actor sheets

See merge request dungeonslayers/ds4!80
This commit is contained in:
Johannes Loher 2021-02-20 01:48:09 +01:00
commit e90b78fb0e
2 changed files with 2 additions and 6 deletions

View file

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

View file

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