Add flex property to panel in app.css

This commit is contained in:
2026-03-31 04:47:39 +02:00
parent bb55738d1c
commit 32f626ed6c

View File

@@ -173,6 +173,7 @@ button:disabled {
.panel {
display: flex;
flex: 0 0 auto;
flex-direction: column;
min-height: 0;
background: var(--color-surface);