fix: Fix modal overlay positioning

This commit is contained in:
2026-01-03 00:50:34 +00:00
committed by Tanner Collin (aider)
parent 5214e5676f
commit 9d5ba84f0d

View File

@@ -419,7 +419,7 @@ button.comment {
} }
.modal-overlay { .modal-overlay {
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;