fix: add overlay for sidebar on mobile (#3197)

This commit is contained in:
kloon15 2024-05-19 12:00:31 +02:00 committed by GitHub
parent 4c5b612cb2
commit 3b48f75301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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