mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 01:46:14 -04:00
tweaks to safari bug with nav dropdowns
This commit is contained in:
parent
64373c2d44
commit
0104f7dbc0
238 changed files with 713 additions and 123 deletions
|
@ -2565,6 +2565,11 @@ body:has(dialog[open]) {
|
|||
/**
|
||||
* Nav
|
||||
*/
|
||||
:where(nav li)::before {
|
||||
float: none;
|
||||
content: "";
|
||||
}
|
||||
|
||||
.pico nav,
|
||||
.pico nav ul {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue