diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index 4acca66..aa7f95f 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -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;