From 1907e8ad7eed0166d73fa011b57e44527ea2fc37 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Mon, 27 May 2019 14:44:51 +0530 Subject: [PATCH] fix: Modal z-index --- frappe/public/less/desk.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/less/desk.less b/frappe/public/less/desk.less index 56f4a57f03..08466ace02 100644 --- a/frappe/public/less/desk.less +++ b/frappe/public/less/desk.less @@ -1089,12 +1089,12 @@ body.full-width { } .modal-minimize { - z-index: 2; position: initial; .modal-backdrop { display: none; } .modal-dialog { + z-index: 101; position: fixed; right: 0; bottom: 0;