alpha
Login
or
Join now
flo-bit.dev
/
dogumentation
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/dogumentation. Simple, minimalistic documentation template using astro
flo-bit.dev/dogumentation/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix safari mobile sidebar
author
Florian
date
1 year ago
(Feb 23, 2025, 4:49 PM +0100)
commit
69cfec28
69cfec2877e7a49c35c665ef3c1a1a1cda272d0c
parent
3146a41c
3146a41cd00add67c944cb1cd1af2dbd2141884f
+1
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
layouts
BaseLayout.astro
+1
-2
src/layouts/BaseLayout.astro
View file
Reviewed
···
78
78
transition:
79
79
transform 0.1s,
80
80
overlay 0.1s ease-out;
81
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
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
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"