Skip to content

Commit

Permalink
[web] Remove the need to set the layer index for the bottom menu
Browse files Browse the repository at this point in the history
  • Loading branch information
hacketiwack committed Dec 14, 2023
1 parent 1daf625 commit 1b666fe
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions web-src/src/components/NavbarBottom.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<template>
<nav
class="navbar is-block is-white is-fixed-bottom fd-bottom-navbar"
:style="zindex"
:class="{
'is-transparent': is_now_playing_page,
'is-dark': !is_now_playing_page
Expand Down Expand Up @@ -319,17 +318,6 @@ export default {
}
},
show_burger_menu() {
return this.$store.state.show_burger_menu
},
zindex() {
if (this.show_burger_menu) {
return 'z-index: 20'
}
return ''
},
now_playing() {
return this.$store.getters.now_playing
},
Expand Down

0 comments on commit 1b666fe

Please sign in to comment.