Remove hardcoded height from dialog

Causing issues of course
This commit is contained in:
Justin Edmund 2023-01-21 15:18:43 -08:00
parent 89908777a2
commit 4bb625934b

View file

@ -28,7 +28,7 @@
min-width: $unit * 48; min-width: $unit * 48;
// min-height: $unit-12x; // min-height: $unit-12x;
overflow-y: scroll; overflow-y: scroll;
height: 80vh; // height: 80vh;
max-height: 80vh; max-height: 80vh;
min-width: 580px; min-width: 580px;
max-width: 42vw; max-width: 42vw;