From bc4e4ab36c394c2ea3fa20fdb18c600ab0d93459 Mon Sep 17 00:00:00 2001 From: John Costa Date: Mon, 21 Jul 2025 17:00:45 +0100 Subject: [PATCH] fix: dynamic height idk why but 100% height makes the scrolling weird --- frontend/src/pages/all-images/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/all-images/index.tsx b/frontend/src/pages/all-images/index.tsx index 13246b9..68f5070 100644 --- a/frontend/src/pages/all-images/index.tsx +++ b/frontend/src/pages/all-images/index.tsx @@ -35,7 +35,10 @@ export const AllImages: Component = () => { }); return ( -
+