From fa56ee14c606e72dad78de05b4cec26179cc6bbe Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sat, 17 Sep 2022 19:28:22 +0000 Subject: [PATCH] fix photo overview being too big (why did it work before???????) --- frontend/src/Photos/Overview.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Photos/Overview.scss b/frontend/src/Photos/Overview.scss index e1dbdd1..9888f8c 100644 --- a/frontend/src/Photos/Overview.scss +++ b/frontend/src/Photos/Overview.scss @@ -33,7 +33,8 @@ } } -.operationsOverlay #photoOverlayContainer { +.operationsOverlay, +#photoOverlayContainer { width: 100%; height: 100%; align-items: center;