fix: template picker table height
This commit is contained in:
parent
44fd14e8ed
commit
b3d8248c1f
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue