From a64ddd0c2fa4a64b80cba1024b4da2f8f42182cf Mon Sep 17 00:00:00 2001 From: Pavel Gnedov Date: Tue, 20 Jun 2023 05:18:31 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D1=81=D1=82=D0=B8=D0=BB=D1=8C=20=D0=BC=D0=BE?= =?UTF-8?q?=D0=B4=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BE=D0=BA?= =?UTF-8?q?=D0=BD=D0=B0=20-=20=D0=BF=D0=BE=D0=BB=D1=83=D1=87=D1=88=D0=B5?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D0=B1=D0=BE=D0=BB=D1=8C=D1=88=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=BD=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/misc-components/issue-details-dialog.module.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;