Skip to content

Commit

Permalink
fix(Drawer): When padding none is set on mobile only the top nav padd…
Browse files Browse the repository at this point in the history
…ing should be retained
  • Loading branch information
JohnathanWeisner committed Jun 24, 2024
1 parent e867897 commit f7c564e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Drawer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ because we need to replace the left/right controls with controls that are inside
but retain the padding for the controls at the top of the drawer.
*/
.padding--all--none.drawer--vertical--mobile {
padding: 0 !important;
padding-top: 48px !important;
padding: 0;
padding-top: 48px;
}

.backdrop {
Expand Down

0 comments on commit f7c564e

Please sign in to comment.