fix: Fix modal overlay positioning
This commit is contained in:
@@ -419,7 +419,7 @@ button.comment {
|
||||
}
|
||||
|
||||
.modal-overlay {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user