mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Allows the top menu to be over the tabs
This commit is contained in:
@@ -215,7 +215,7 @@ export default {
|
|||||||
|
|
||||||
zindex() {
|
zindex() {
|
||||||
if (this.show_player_menu) {
|
if (this.show_player_menu) {
|
||||||
return 'z-index: 20'
|
return 'z-index: 21'
|
||||||
}
|
}
|
||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user