FIX: show button bar overflow on iPad & mobile (#17708)
This commit is contained in:
parent
010bb20f53
commit
a23e934730
|
@ -299,7 +299,11 @@
|
|||
border-bottom: 1px solid var(--primary-low);
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
overflow-x: auto;
|
||||
|
||||
html:not(.keyboard-visible) & {
|
||||
overflow-x: auto; // hiding overflow breaks the cog menu on iPad and mobile
|
||||
}
|
||||
|
||||
flex-shrink: 0;
|
||||
|
||||
.d-editor-spacer {
|
||||
|
|
|
@ -235,8 +235,3 @@
|
|||
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