mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-29 16:59:21 -05:00
Add preview fix
This commit is contained in:
+5
-6
@@ -6,12 +6,6 @@
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
& .ck.ck-math-preview {
|
||||
/* Todo: calculate content size */
|
||||
width: 234px;
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
@mixin ck-media-phone {
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -32,3 +26,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Increase toolbar default z-index by one because math preview should be below of it
|
||||
.ck.ck-toolbar-container {
|
||||
z-index: calc(var(--ck-z-modal) + 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user