From 7c6d34408c6cf3e4ca714c2dd05ea869fc682a35 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 5 Apr 2022 16:31:19 +0530 Subject: [PATCH] Corrected z-index issue, regression from the previous commit. --- web/pgadmin/static/scss/_alertify.overrides.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pgadmin/static/scss/_alertify.overrides.scss b/web/pgadmin/static/scss/_alertify.overrides.scss index 0ef0371a4..f70207be9 100644 --- a/web/pgadmin/static/scss/_alertify.overrides.scss +++ b/web/pgadmin/static/scss/_alertify.overrides.scss @@ -1,5 +1,6 @@ /* Overrides alertify js headers */ .alertify { + z-index: 3000; position: fixed; .ajs-header {