fix(photo-editor): save button inaccessible in photo editor

fix(creator): save button inaccessible in the social links editor
This commit is contained in:
2025-05-09 02:25:55 -04:00
parent 02da2732b9
commit 297a93c666

View File

@@ -74,6 +74,7 @@
@apply flex flex-col gap-4;
@apply p-2;
@apply text-hOnSurface;
@apply overflow-y-auto max-h-[60vh];
}
div.card-actions {