mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
fix: fix sidebar on mobile by adding size: 100%?
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user