fix: Allow modal to scroll with page content

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-01-03 00:22:36 +00:00
parent 7faebe346e
commit fa030a069c

View File

@@ -419,7 +419,7 @@ button.comment {
} }
.modal-overlay { .modal-overlay {
position: fixed; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
width: 100%; width: 100%;
@@ -429,7 +429,7 @@ button.comment {
} }
.modal-content { .modal-content {
position: fixed; position: absolute;
top: 1rem; top: 1rem;
right: 1rem; right: 1rem;
background: #eee; background: #eee;