Skip to content

Commit

Permalink
style: remove box-shadow from active context menu - resolves #209
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Dec 3, 2024
1 parent 79c3dfe commit 192a1d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Comfy/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@
}

// Menus
.main-contextMenu-tippy.main-contextMenu-tippyEnterActive {
box-shadow: none !important;
}

#context-menu {
overflow: hidden;

Expand Down

0 comments on commit 192a1d3

Please sign in to comment.