From d529100bb6d0755aea8e0db36bc19df90cef7318 Mon Sep 17 00:00:00 2001 From: AndersBrohus-MySupport <51318354+AndersBrohus-MySupport@users.noreply.github.com> Date: Tue, 4 Feb 2020 20:18:12 +0100 Subject: [PATCH] Added style so the Grid RTE isn't covered This is done so the RTE options isn't covered by other bars --- .../App_Plugins/Our.Umbraco.Matryoshka/tabbed-content.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/UI/App_Plugins/Our.Umbraco.Matryoshka/tabbed-content.css b/src/UI/App_Plugins/Our.Umbraco.Matryoshka/tabbed-content.css index 0af90ab..1f94d5b 100644 --- a/src/UI/App_Plugins/Our.Umbraco.Matryoshka/tabbed-content.css +++ b/src/UI/App_Plugins/Our.Umbraco.Matryoshka/tabbed-content.css @@ -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; -} \ No newline at end of file +} + +/* 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; +}