fix: add overlay for sidebar on mobile
This commit is contained in:
parent
be62f56782
commit
1980dc719a
@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div v-show="active" @click="closeHovers" class="overlay"></div>
|
||||||
<nav :class="{ active }">
|
<nav :class="{ active }">
|
||||||
<template v-if="isLoggedIn">
|
<template v-if="isLoggedIn">
|
||||||
<button
|
<button
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user