new stick top position for rte toolbar if tabs are present, issue #11870

This commit is contained in:
Mark Drake
2022-01-24 22:42:48 -05:00
committed by Nathan Woulfe
parent 9568d0cd6d
commit a53d28310f

View File

@@ -38,6 +38,10 @@
.umb-rte .mce-top-part {
position: sticky;
top: 0;
umb-editor-tab-bar ~ div & {
top: 50px;
}
}
/* make sure the menu wraps */