Skip to content

Commit

Permalink
fix activity-settings hidden behind left side panel
Browse files Browse the repository at this point in the history
Change z-index from 11 to 200.
Fixes galaxyproject#17307
  • Loading branch information
ahmedhamidawan committed Jan 30, 2024
1 parent ae711b1 commit c4b402f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Common/ContextMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ watch(
.context-menu {
position: fixed;
z-index: 11;
z-index: 200;
}
.context-menu-overlay {
Expand Down

0 comments on commit c4b402f

Please sign in to comment.