Skip to content

Commit

Permalink
fix: add overlay for sidebar on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
kloon15 committed May 5, 2024
1 parent be62f56 commit 1980dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Sidebar.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>
<div v-show="active" @click="closeHovers" class="overlay"></div>
<nav :class="{ active }">
<template v-if="isLoggedIn">
<button
Expand Down

0 comments on commit 1980dc7

Please sign in to comment.