z-index fixes for richeditor toolbar.

Fixes #4868. Related to d7b0e55ceb.
This commit is contained in:
Luke Towers 2020-03-31 01:35:21 -06:00
parent 8ceccb07a4
commit d3596310c6
2 changed files with 5 additions and 0 deletions

View File

@ -546,6 +546,7 @@ body .fr-popup .fr-checkbox span {border-color:#d1d6d9}
.field-richeditor.size-giant .height-indicator {height:350px;display:none}
.fr-tooltip {z-index:9997 !important}
.fr-popup {z-index:9995 !important}
.fr-toolbar {z-index:11 !important}
.field-richeditor.stretch .fr-box:not(.fr-fullscreen) {display:block;position:relative;height:100% !important;width:100% !important;border-radius:0 !important;-moz-border-radius:0 !important;-webkit-border-radius:0 !important;-moz-background-clip:padding !important;-webkit-background-clip:padding-box !important;background-clip:padding-box !important;overflow:hidden}
.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-toolbar {border-radius:0 !important;-moz-border-radius:0 !important;-webkit-border-radius:0 !important;-moz-background-clip:padding !important;-webkit-background-clip:padding-box !important;background-clip:padding-box !important;border-top-color:white}
.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-wrapper {width:100% !important;left:0;top:0;bottom:0;position:absolute;height:auto !important}

View File

@ -116,6 +116,10 @@
z-index: 9995 !important;
}
.fr-toolbar {
z-index: 11 !important;
}
//
// Stretch
//