Skip to content

Commit

Permalink
fix: push track mouseover-menu to top z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
crfmc committed May 16, 2024
1 parent 2c35c23 commit fabc541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ body,
'Segoe UI Symbol';
height: 100%;
overflow: hidden;
z-index: 0;
}

body {
Expand Down Expand Up @@ -749,6 +750,10 @@ a:hover {
background-color: #7aaded;
}

.track-mouseover-menu {
z-index: 999;
}

/* Styles for the variant view controls */
.variant-view-controls {
position: absolute;
Expand Down

0 comments on commit fabc541

Please sign in to comment.