Skip to content

Commit

Permalink
Use a better layer for action menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Mar 29, 2024
1 parent 1640eb2 commit 02cf1c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/css/ui/components/action-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
gap: 0;
padding: 0.375rem;
animation: slide-down 0.2s var(--anim-elastic);
/*
It must be greater than `workspace-minimap` z-index value.
Incrementing by 1 fixes issue #76.
*/
z-index: calc(var(--layer-tooltip) + 1);
z-index: var(--layer-floating-controls);
overflow: hidden;
}

Expand Down

0 comments on commit 02cf1c8

Please sign in to comment.