fix: Prevent gallery overflowing onto menu (#1945)

- Closes #1937
This commit is contained in:
Dermot Duffy
2025-03-06 07:35:22 -08:00
committed by GitHub
parent bad737994d
commit 473ac5b947
+2
View File
@@ -68,6 +68,8 @@ advanced-camera-card-loading {
div.main {
position: relative;
overflow: auto;
width: 100%;
height: 100%;
margin: auto;