Skip to content

Commit

Permalink
chore(Drawer): use none instead of `auto for min and max width
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Dec 17, 2024
1 parent ae4648a commit 8568016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1014,8 +1014,8 @@ html[data-visual-test] .dnb-modal__overlay, .dnb-modal__overlay--no-animation {
@media screen and (max-width: 40em) {
.dnb-drawer {
width: 100vw;
min-width: auto;
max-width: auto;
min-width: none;
max-width: none;
}
}
@media screen and (max-width: 40em) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

@include allBelow(small) {
width: 100vw;
min-width: auto;
max-width: auto;
min-width: none;
max-width: none;
}

@include defaultDropShadow();
Expand Down

0 comments on commit 8568016

Please sign in to comment.