13364-Fix breadcrumbs z-index tinymce
This commit is contained in:
parent
654e37598d
commit
35c44321ec
|
@ -2008,8 +2008,8 @@ div.title_line {
|
||||||
#menu_tab_frame_view,
|
#menu_tab_frame_view,
|
||||||
#menu_tab_frame_view_bc {
|
#menu_tab_frame_view_bc {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 61px;
|
top: 60px;
|
||||||
z-index: 3;
|
z-index: 2;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
@ -14225,3 +14225,7 @@ button.ui-button-text-only.ui-widget.sub:hover,
|
||||||
.invert_filter.black-and-white {
|
.invert_filter.black-and-white {
|
||||||
filter: invert(1) saturate(0) !important;
|
filter: invert(1) saturate(0) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.tox .tox-editor-header {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue