From 297a93c6666bce30a3c12ad879ab3704fb39b905 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Fri, 9 May 2025 02:25:55 -0400 Subject: [PATCH] fix(photo-editor): save button inaccessible in photo editor fix(creator): save button inaccessible in the social links editor --- frontend/src/assets/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index 67ed5e3..9250a03 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -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 {