[READ-ONLY] Mirror of https://github.com/flo-bit/dogumentation. Simple, minimalistic documentation template using astro flo-bit.dev/dogumentation/
0

Configure Feed

Select the types of activity you want to include in your feed.

fix safari mobile sidebar

+1 -2
+1 -2
src/layouts/BaseLayout.astro
··· 78 78 transition: 79 79 transform 0.1s, 80 80 overlay 0.1s ease-out; 81 - inset: unset; 82 81 83 82 /* Styles while the menu is open */ 84 83 &:popover-open { ··· 101 100 <div 102 101 popover 103 102 id="mobile-menu" 104 - class="mobileMenuPopover bg-base-100 dark:bg-base-900 left-0 top-0 h-[100dvh] w-72 block shadow-lg border-r border-base-300 dark:border-base-800" 103 + class="mobileMenuPopover inset-auto bg-base-100 dark:bg-base-900 left-0 top-0 h-[100dvh] w-72 block shadow-lg border-r border-base-300 dark:border-base-800" 105 104 > 106 105 <button 107 106 popovertarget="mobile-menu"