Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Added style so the Grid RTE isn't covered #2

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/UI/App_Plugins/Our.Umbraco.Matryoshka/tabbed-content.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,10 @@
/* moves the Grid re-order bar down so it doesn't cover the tabs */
#umb-grid > .umb-editor-sub-header[umb-sticky-bar] {
top: 64px;
}
}

/* moves down the Grid RTE sections so it doesn't cover the tabs or re-order bar*/
#umb-grid .umb-control.-active .mce-toolbar[style*="top: 177px;"] {
top: 241px !important;
z-index: 1000;
}