fix background video

This commit is contained in:
Gary 2026-03-03 17:42:21 -08:00
parent 8cc53fdee3
commit 812c7dea52

View File

@ -553,6 +553,8 @@ input:checked + .drop + .menu-items {
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: auto;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;