From 000eb0e40d74e914f6691305511c44e89cd8bf07 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 10 Jan 2020 14:01:13 +0100 Subject: Add informational message at login for visitors coming from upload button resolves #1880 --- client/src/sass/bootstrap.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/src/sass/bootstrap.scss') diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index a3261a8a6..dc0d075c9 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -165,4 +165,8 @@ ngb-tabset.bootstrap { .dropdown-divider { margin: 0.3rem 0; -} \ No newline at end of file +} + +ngb-modal-backdrop { + z-index: 10000 !important; +} -- cgit v1.2.3