fix(SW-337): remove max width and height for full view container

This commit is contained in:
Chuma McPhoy
2024-09-06 11:08:20 +02:00
parent c10a713658
commit 393984c781

View File

@@ -190,8 +190,6 @@
.fullViewContent { .fullViewContent {
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
max-width: 1512px;
max-height: 982px;
} }
.galleryContainer { .galleryContainer {