fix: template picker table height

This commit is contained in:
windingwind 2024-10-11 10:40:38 +02:00
parent 44fd14e8ed
commit b3d8248c1f

View File

@ -5,6 +5,7 @@ dialog {
.viewport-container {
-moz-window-dragging: no-drag;
height: 100%;
}
.viewport {
@ -17,3 +18,7 @@ dialog {
overflow: auto;
background: var(--material-background);
}
.virtualized-table {
height: 100%;
}