From 953f572b53b93ebe21bfe0f8ce0ad456541dfdb1 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Mon, 29 Jun 2020 12:57:42 +0200 Subject: [PATCH] Fix modal not showing overflowing elements Change-type: patch --- lib/gui/app/styled-components.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui/app/styled-components.tsx b/lib/gui/app/styled-components.tsx index 362b02e3..10d245ff 100644 --- a/lib/gui/app/styled-components.tsx +++ b/lib/gui/app/styled-components.tsx @@ -159,6 +159,7 @@ export const Modal = styled((props) => { > div { padding: 30px; height: calc(100% - 80px); + overflow-y: auto; > h3 { margin: 0;