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;
}
&[data-state="error"] {
overflow-y: auto;
}
& > .ok {
display: flex;
flex-direction: row;