From 07cd5cf101dca6d9e772761c8842ee282a44ea29 Mon Sep 17 00:00:00 2001 From: Edward Viaene Date: Mon, 8 Aug 2022 14:57:48 +0200 Subject: [PATCH] fix css bug in modal screens --- webapp/src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webapp/src/styles.css b/webapp/src/styles.css index cd342c7..a780cd3 100644 --- a/webapp/src/styles.css +++ b/webapp/src/styles.css @@ -46,3 +46,7 @@ h1 { margin: 30px auto; } } + +ngb-modal-backdrop { + z-index: 1050 !important; +} \ No newline at end of file