From dfd76f4c71103e079992206df3e62c87c6b9bdcf Mon Sep 17 00:00:00 2001 From: David Newell Date: Thu, 21 Sep 2023 09:45:41 +0100 Subject: [PATCH] fix: show insight popovers in notebooks popover (#17553) --- frontend/src/styles/vars.scss | 10 +++++----- frontend/src/styles/vars.ts | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/styles/vars.scss b/frontend/src/styles/vars.scss index f369ddf4a3890..64086c138c94f 100644 --- a/frontend/src/styles/vars.scss +++ b/frontend/src/styles/vars.scss @@ -254,15 +254,15 @@ $_lifecycle_dormant: $_danger; --z-force-modal-above-popovers: 1850; --z-ant-message: 1070; --z-ant-select-dropdown: 1065; - --z-definition-popover: 1063; - --z-popover: 1061; + --z-definition-popover: 1064; + --z-popover: 1063; + --z-graph-tooltip: 1062; + --z-annotation-popover: 1061; --z-modal: 1060; - --z-hedgehog-buddy: 1059; --z-ant-modal-wrap: 1060; + --z-hedgehog-buddy: 1059; --z-ant-modal-mask: 1050; --z-plugins-popconfirm: 1001; - --z-graph-tooltip: 952; - --z-annotation-popover: 951; --z-drawer: 950; --z-notifications-popover: 949; // below the TZ aware popover but over the main-nav --z-main-nav: 948; diff --git a/frontend/src/styles/vars.ts b/frontend/src/styles/vars.ts index 419d076912cf6..06f9d70216c77 100644 --- a/frontend/src/styles/vars.ts +++ b/frontend/src/styles/vars.ts @@ -3,4 +3,4 @@ Values duplicated from global.scss TODO: Remove once Ant Popover and Drawer are replaced */ -export const styles = { zPopover: 1061, zDrawer: 950 } +export const styles = { zPopover: 1063, zDrawer: 950 }