diff --git a/frontend/src/misc-components/issue-details-dialog.module.css b/frontend/src/misc-components/issue-details-dialog.module.css index 5a40573..fe20b8a 100644 --- a/frontend/src/misc-components/issue-details-dialog.module.css +++ b/frontend/src/misc-components/issue-details-dialog.module.css @@ -2,7 +2,7 @@ z-index: 1000; position: fixed; display: none; - padding-top: 100px; + padding-top: 40px; left: 0; top: 0; width: 100%; @@ -13,6 +13,8 @@ } .modalContent { + height: 80%; + overflow: auto; background-color: #fefefe; margin: auto; padding: 20px;