Make some small improvements in actor sheets
This commit is contained in:
parent
1e871b6e52
commit
622253f0da
2 changed files with 2 additions and 6 deletions
|
@ -12,10 +12,10 @@
|
|||
}
|
||||
.tab {
|
||||
height: 100%;
|
||||
overflow-y: visible;
|
||||
overflow-y: auto;
|
||||
align-content: flex-start;
|
||||
ol {
|
||||
overflow-y: visible;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,10 +57,6 @@
|
|||
}
|
||||
|
||||
.tox {
|
||||
.tox-editor-container {
|
||||
background: $c-white;
|
||||
}
|
||||
|
||||
.tox-edit-area {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue