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 {
|
.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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -57,10 +57,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tox {
|
.tox {
|
||||||
.tox-editor-container {
|
|
||||||
background: $c-white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-edit-area {
|
.tox-edit-area {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue