Skip to content

Commit

Permalink
🚐
Browse files Browse the repository at this point in the history
  • Loading branch information
jpzwarte committed Dec 24, 2024
1 parent eac8f00 commit 429810f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/drawer/src/drawer.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ export default {
`
sl-drawer::part(content) {
@media (width > 600px) {
inline-size: 60dvw;
}
@media (width > 1024px) {
inline-size: 300px;
}
}
Expand Down

0 comments on commit 429810f

Please sign in to comment.