Skip to content

Commit

Permalink
fix: show insight popovers in notebooks popover (#17553)
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin authored Sep 21, 2023
1 parent 3004b88 commit dfd76f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions frontend/src/styles/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/styles/vars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit dfd76f4

Please sign in to comment.