From 757ffdfe901fddc34c311e3b45689e09a4055aa5 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 18 Feb 2020 12:01:08 +0100 Subject: Add notifications popover and tooltips to the z-index table --- client/src/sass/include/_bootstrap-variables.scss | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/src/sass/include/_bootstrap-variables.scss') diff --git a/client/src/sass/include/_bootstrap-variables.scss b/client/src/sass/include/_bootstrap-variables.scss index b3ab0eb2b..d536eac86 100644 --- a/client/src/sass/include/_bootstrap-variables.scss +++ b/client/src/sass/include/_bootstrap-variables.scss @@ -1,6 +1,5 @@ $dropdown-link-active-bg: inherit; -$zindex-modal: 10005; $modal-footer-border-width: 0; $modal-md: 600px; @@ -31,6 +30,3 @@ $input-focus-border-color: #ced4da; $nav-pills-link-active-bg: #F0F0F0; $nav-pills-link-active-color: #000; - -$zindex-dropdown: 10000; -$zindex-popover: 10000; -- cgit v1.2.3