Make RTE toolbar sticky (#9316)

This commit is contained in:
Matt Brailsford
2020-10-30 12:08:52 +00:00
committed by GitHub
parent 79d94be148
commit f9b708b4cf

View File

@@ -35,6 +35,11 @@
box-sizing: border-box;
}
.umb-rte .mce-top-part {
position: sticky;
top: 0;
}
/* make sure the menu wraps */
.umb-rte .mce-top-part.mce-container div {
white-space: normal;