mirror of https://github.com/status-im/codimd.git
Fix to hide duplicated MathML elements in static HTML exporting
This commit is contained in:
parent
a563a15bab
commit
3d6baa47ac
|
@ -80,6 +80,10 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.MJX_Assistive_MathML {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-infobar {
|
.ui-infobar {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue