From 94d617e551acf52dbabdc36f3e71acb252d9eda3 Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Wed, 10 Mar 2021 10:25:41 +0100 Subject: [PATCH] fix(frontend): ensure the modal covers all available space --- src/static/webldappasswd.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/webldappasswd.css b/src/static/webldappasswd.css index 77bf527..5e3451c 100644 --- a/src/static/webldappasswd.css +++ b/src/static/webldappasswd.css @@ -111,6 +111,7 @@ a { z-index: 32767; background: white; height: 100%; + max-width: 100%; width: 100%; border: 10px solid rgba(0, 0, 0, 0.5); flex-direction: column;