only set overflow-x on small screen (#18113)
This commit is contained in:
parent
ba1e1a19ab
commit
4ea6dc26ac
1 changed files with 6 additions and 0 deletions
|
|
@ -34,6 +34,12 @@
|
|||
height: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: $breakpoint-m) {
|
||||
.editor-toolbar {
|
||||
overflow-x: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__inner {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue