fix: Fix modal overlay positioning

This commit is contained in:
Tanner
2026-01-03 00:50:34 +00:00
committed by Tanner Collin (aider)
parent 4053832a44
commit afa6cd1122
+1 -1
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%;