Button bar needs visible overflow, follow-up to 489443e

This commit is contained in:
Kris 2020-08-26 20:52:03 -04:00
parent 489443e3a9
commit 95179a5ab6

View File

@ -24,14 +24,6 @@
.select-kit.is-expanded {
z-index: z("composer", "dropdown") + 1;
}
.d-editor-textarea-wrapper {
overflow: hidden;
}
.d-editor-button-bar {
overflow-x: auto;
overflow-y: hidden;
}
}
.edit-title {