Fix overflowing context pane

Fixes #3491
This commit is contained in:
Martynas Bagdonas 2023-11-23 11:31:50 +00:00
parent 436b19d64c
commit 58c6bdf504

View file

@ -37,7 +37,7 @@
font: message-box;
font-size: inherit;
min-height: 100px;
height: 100%;
height: 0;
pointer-events: auto;
}