fix: fix sidebar on mobile by adding size: 100%?

This commit is contained in:
DuroCodes
2024-05-11 15:20:08 -04:00
parent f044bf3819
commit 301e60a0ef

View File

@@ -63,7 +63,7 @@ const sidebarConfig: [string, boolean, Props][] = Astro.props.sidebar.map(
cursor: pointer;
user-select: none;
margin-bottom: var(--sl-nav-pad-y);
width: 100%;
size: 100%;
}
.__collapse > input::after {