FIX: can't hide overflow of d-editor-button-bar on mobile (#17563)
This commit is contained in:
parent
a0d501b0b1
commit
d8714facb6
|
@ -235,3 +235,8 @@
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.d-editor-button-bar {
|
||||||
|
// can't hide overflow here because it hides the cog menu dropdown
|
||||||
|
overflow: unset;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue