Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 88c78b3

Browse files
fix(top-app-bar): Replace margin-top in media query with padding-top (#2704)
1 parent fa4b9ac commit 88c78b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-top-app-bar/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
}
7979

8080
.mdc-top-app-bar--fixed-adjust {
81-
margin-top: $mdc-top-app-bar-mobile-row-height;
81+
padding-top: $mdc-top-app-bar-mobile-row-height;
8282
}
8383
}
8484
}

0 commit comments

Comments
 (0)