From c5047bc6f7a206c0e77ad4151bd12a65319e5956 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 11 Oct 2018 14:51:51 -0400 Subject: [PATCH] small css change needed for nodebb/nodebb#6825 --- less/modules/taskbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/modules/taskbar.less b/less/modules/taskbar.less index 09971bc..2cd875c 100644 --- a/less/modules/taskbar.less +++ b/less/modules/taskbar.less @@ -1,7 +1,7 @@ @import "../keyframes"; .modal-unfocused { - z-index: @zindex-modal - 5; + z-index: @zindex-modal - 5 !important; } .taskbar {