Skip to content

Commit 9f1d0e8

Browse files
committed
fix mobile admin bar overflow
1 parent 798c180 commit 9f1d0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#wpadminbar {
22
@include breakpoints(sm, max) {
3-
overflow: hidden;
3+
overflow: scroll;
44
}
55
}

0 commit comments

Comments
 (0)