mirror of
https://github.com/stashapp/stash.git
synced 2026-04-25 08:24:03 +02:00
Fix source-selector being blocked on mobile (#5229)
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.
This commit is contained in:
parent
ba83da1983
commit
a44993bbf4
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue