Skip to content

Commit a53d283

Browse files
markadrakenathanwoulfe
authored andcommitted
new stick top position for rte toolbar if tabs are present, issue #11870
1 parent 9568d0c commit a53d283

File tree

1 file changed

+4
-0
lines changed
  • src/Umbraco.Web.UI.Client/src/less

1 file changed

+4
-0
lines changed

src/Umbraco.Web.UI.Client/src/less/rte.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
.umb-rte .mce-top-part {
3939
position: sticky;
4040
top: 0;
41+
42+
umb-editor-tab-bar ~ div & {
43+
top: 50px;
44+
}
4145
}
4246

4347
/* make sure the menu wraps */

0 commit comments

Comments
 (0)