add scrollbar to error panel
This commit is contained in:
parent
4bd00e92d8
commit
d5e2fbd0cf
1 changed files with 4 additions and 0 deletions
|
|
@ -533,6 +533,10 @@ rkgk-brush-editor {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&[data-state="error"] {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
& > .ok {
|
& > .ok {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue