Skip to content

Commit

Permalink
fix: put back aside in static mode
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 25, 2021
1 parent 31eb2b0 commit ad8bfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/components/templates/Aside.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div>
<div class="lg:flex lg:flex-1">
<aside
class="fixed inset-0 z-40 flex-none w-full h-full bg-black bg-opacity-25 lg:bg-white lg:dark:bg-gray-900 lg:static lg:h-auto lg:overflow-y-visible lg:pt-0 lg:w-60 xl:w-72 lg:block"
:class="{ 'hidden': !$menu.open }"
Expand Down

1 comment on commit ad8bfce

@vercel
Copy link

@vercel vercel bot commented on ad8bfce Feb 25, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.