Skip to content

Commit

Permalink
Fix: nested drawer-end
Browse files Browse the repository at this point in the history
closes #3249
  • Loading branch information
willtcarey authored Oct 28, 2024
1 parent dfec9ea commit 1c39933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
&-end {
grid-auto-columns: auto max-content;
.drawer-toggle {
& > .drawer-toggle {
& ~ .drawer-content {
@apply col-start-1;
}
Expand Down

0 comments on commit 1c39933

Please sign in to comment.