Skip to content

Commit

Permalink
fix(core/drawer): add missing host class selector (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 6, 2023
1 parent bbe6f28 commit 0409fc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/src/components/drawer/drawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@
overflow-y: auto;
}
}

:host(.toggle) {
visibility: visible;
}

0 comments on commit 0409fc8

Please sign in to comment.