[web] Allows the top menu to be over the tabs

This commit is contained in:
Alain Nussbaumer 2023-12-14 20:30:34 +01:00
parent 5b26bc47fa
commit 1daf625618

View File

@ -215,7 +215,7 @@ export default {
zindex() {
if (this.show_player_menu) {
return 'z-index: 20'
return 'z-index: 21'
}
return ''
}