Skip to content

Commit

Permalink
fix: floating button (#18182)
Browse files Browse the repository at this point in the history
remove unused vars
  • Loading branch information
Justicea83 authored Nov 7, 2023
1 parent 5da141d commit 85e2b4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions frontend/src/scenes/plugins/Plugins.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.Plugins__Popconfirm {
z-index: var(--z-plugins-popconfirm);
}

.Plugin__JobJsonEditor {
border: 1px solid #efefef;
}
Expand Down
1 change: 0 additions & 1 deletion frontend/src/styles/vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ $_lifecycle_dormant: $_danger;
--z-ant-modal-wrap: 1060;
--z-hedgehog-buddy: 1059;
--z-ant-modal-mask: 1050;
--z-plugins-popconfirm: 1001;
--z-drawer: 950;
--z-notifications-popover: 949; // below the TZ aware popover but over the main-nav
--z-main-nav: 948;
Expand Down

0 comments on commit 85e2b4f

Please sign in to comment.