Filterworks: Fix canvas not growing

This commit is contained in:
Jade Macho 2024-10-26 19:51:08 +02:00
parent e4a1f68582
commit 034cf94c31
Signed by: 0x0ade
GPG Key ID: E1960710FE4FBEEF

View File

@ -26,4 +26,5 @@
left: 0; left: 0;
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
flex-grow: 1;
} }