fix: add overlay for sidebar on mobile (#3197)
parent
4c5b612cb2
commit
3b48f75301
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<div v-show="active" @click="closeHovers" class="overlay"></div>
|
||||
<nav :class="{ active }">
|
||||
<template v-if="isLoggedIn">
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue