fix ordering issue

This commit is contained in:
Michael Zhang 2023-09-15 00:35:19 -05:00
parent 109c2997c3
commit f9e388eb6e
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@
position: sticky;
top: 0;
background-color: var(--background-color);
z-index: 2;
}
&[open] summary {