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:
@@ -419,7 +419,7 @@ button.comment {
|
||||
}
|
||||
|
||||
.modal-overlay {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
@@ -429,7 +429,7 @@ button.comment {
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 1rem;
|
||||
right: 1rem;
|
||||
background: #eee;
|
||||
|
||||
Reference in New Issue
Block a user