Skip to content

Commit 798c180

Browse files
committed
fix mobile admin bar overflow
1 parent 025dee9 commit 798c180

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#wpadminbar {
2+
@include breakpoints(sm, max) {
3+
overflow: hidden;
4+
}
5+
}

src/scss/04-utilities/utilities.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@import "./wp-admin-bar";
12
@import "./focus";
23
@import "./lazyload";
34
@import "./seo";

0 commit comments

Comments
 (0)