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;
|
||||
}
|
||||
|
||||
&[data-state="error"] {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
& > .ok {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue