mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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_bc {
|
||||
position: sticky;
|
||||
top: 61px;
|
||||
z-index: 3;
|
||||
top: 60px;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
@ -14225,3 +14225,7 @@ button.ui-button-text-only.ui-widget.sub:hover,
|
||||
.invert_filter.black-and-white {
|
||||
filter: invert(1) saturate(0) !important;
|
||||
}
|
||||
|
||||
div.tox .tox-editor-header {
|
||||
z-index: 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user