From 61f20985b1c6b36ed4771fdb653f5f0c7f287d46 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 12 Aug 2024 12:00:30 +1000 Subject: [PATCH] fix: allow userprofile modal to be clickable --- stylesheets/_session.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 6e5344f39..0be7eaefe 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -184,6 +184,7 @@ label { box-shadow: var(--modal-drop-shadow); overflow: hidden; + overflow-y: auto; display: flex; flex-direction: column;