mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Merge pull request #472 from dousha/bugfix-math-preview
Override the z-index of Bootstrap tooltips
This commit is contained in:
commit
201e2fcfdb
@ -460,6 +460,7 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
|||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
font-size: var(--main-font-size) !important;
|
font-size: var(--main-font-size) !important;
|
||||||
|
z-index: calc(var(--ck-z-panel) - 1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip-trigger {
|
.tooltip-trigger {
|
||||||
@ -960,14 +961,6 @@ li.dropdown-submenu:hover > ul.dropdown-menu {
|
|||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
ckeditor's autocomplete
|
|
||||||
should be higher than 1070 of tooltip
|
|
||||||
*/
|
|
||||||
.ck.ck-balloon-panel {
|
|
||||||
z-index: 1101;
|
|
||||||
}
|
|
||||||
|
|
||||||
.area-expander {
|
.area-expander {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user