Skip to content

Commit

Permalink
🐛 fix bubble menu
Browse files Browse the repository at this point in the history
cannot have the bubble menu scroll under the app header as the first line would never work
  • Loading branch information
lostdesign committed Feb 5, 2022
1 parent a913a35 commit 546e43a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/app-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,4 @@ import WeekSwitcher from '@/components/week-switcher'
export default {
components: { DaySwitcher, WeekSwitcher }
}
</script>

<style scoped>
header {
z-index: 99999;
}
</style>
</script>

0 comments on commit 546e43a

Please sign in to comment.