add scrollbar to error panel

This commit is contained in:
りき萌 2025-06-28 10:50:56 +02:00
parent 4bd00e92d8
commit d5e2fbd0cf

View file

@ -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;