Skip to content

Commit 875ada6

Browse files
committed
style: Fix mobile top for header
1 parent 0a4d8fd commit 875ada6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

assets/src/scss/frontend/dashboard/layout/_account.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
top: 32px;
1515
}
1616

17+
@include tutor-breakpoint-down(sm) {
18+
body:has(#wpadminbar) & {
19+
top: 0;
20+
}
21+
}
22+
1723
&-title {
1824
@include tutor-typography(h4, semibold, primary, heading);
1925

0 commit comments

Comments
 (0)