Merge pull request #472 from dousha/bugfix-math-preview

Override the z-index of Bootstrap tooltips
This commit is contained in:
Elian Doran 2024-10-10 20:04:25 +03:00 committed by GitHub
commit 201e2fcfdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -460,6 +460,7 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
.tooltip {
font-size: var(--main-font-size) !important;
z-index: calc(var(--ck-z-panel) - 1) !important;
}
.tooltip-trigger {
@ -960,14 +961,6 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
white-space: normal !important;
}
/**
ckeditor's autocomplete
should be higher than 1070 of tooltip
*/
.ck.ck-balloon-panel {
z-index: 1101;
}
.area-expander {
display: flex;
flex-direction: row;