Make RTE toolbar sticky (#9316)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user