FIX: can't hide overflow of d-editor-button-bar on mobile (#17563)

This commit is contained in:
Kris 2022-07-18 20:43:05 -04:00 committed by GitHub
parent a0d501b0b1
commit d8714facb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -235,3 +235,8 @@
margin-right: 6px;
}
}
.d-editor-button-bar {
// can't hide overflow here because it hides the cog menu dropdown
overflow: unset;
}