Skip to content

Commit

Permalink
Minimap overlay problem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Mar 29, 2024
1 parent 02cf1c8 commit 31a7946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/code/workspace.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

#workspace .workspace-minimap {
position: absolute;
z-index: var(--layer-tooltip);
z-index: var(--layer-floating-controls);
right: 1rem;
margin-top: -0.5rem;
max-height: 75%;
Expand Down
2 changes: 1 addition & 1 deletion src/css/ui/components/action-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
gap: 0;
padding: 0.375rem;
animation: slide-down 0.2s var(--anim-elastic);
z-index: var(--layer-floating-controls);
z-index: var(--layer-popover);
overflow: hidden;
}

Expand Down

0 comments on commit 31a7946

Please sign in to comment.