From cc696978fbef1d4b65cd0b6fe5de748dbc54708e Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Tue, 25 Jul 2023 20:11:26 +0200 Subject: [PATCH] fix background click close --- frontend/src/Photos/Overview.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/Photos/Overview.scss b/frontend/src/Photos/Overview.scss index 3e07585..320ebdf 100644 --- a/frontend/src/Photos/Overview.scss +++ b/frontend/src/Photos/Overview.scss @@ -56,9 +56,6 @@ object-fit: contain; max-height: 100%; max-width: 100%; - min-height: 100%; - width: auto; - height: auto; box-shadow: $pt-elevation-shadow-4; transition: all 0.3s;