Skip to content

Commit

Permalink
Small CSS changes
Browse files Browse the repository at this point in the history
Small CSS change to allow the `source-selector` to be brought to the front of the controls to allow people to select which source they would like.

At first, I was going more complex. I created functions that would disable the `big-buttons` if a menu was open and I got it mostly working but I felt like it was overkill when we can modify like 3-4 lines of CSS and get the same result.

fixes stashapp#4066
  • Loading branch information
Gykes committed Sep 6, 2024
1 parent 283f762 commit 8e5d162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/v2.5/src/components/ScenePlayer/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ $sceneTabWidth: 450px;
height: 1.4em;
width: 1.4em;
}

.vjs-source-selector .vjs-menu {
z-index: 9999;
}
}

.vjs-menu-button-popup .vjs-menu {
Expand Down

0 comments on commit 8e5d162

Please sign in to comment.