Closes Hamburger Menu show part of menu below Yohn/PicoCSS#49

Fixes Accordion chevron padding picocss/pico#653

Demo has been updated with new hamburger nav  example.
This commit is contained in:
Yohn 2025-01-24 15:29:42 -05:00
parent 14f7865f9a
commit 19e03a348b
8 changed files with 119 additions and 45 deletions

View file

@ -265,6 +265,13 @@
// Override height
margin-bottom: 0;
&.hide-arrow {
> summary::after {
display: none;
content: none;
}
}
> summary {
&:not([role]) {
// Override height