fix headings fucking up the infobox

This commit is contained in:
2026-05-21 23:44:38 +02:00
parent 21502b1882
commit 4ceadefabe
2 changed files with 60 additions and 0 deletions
+7
View File
@@ -148,6 +148,7 @@
--wiki-fab-danger-bg: rgba(142, 52, 56, 0.16);
--wiki-editor-table-handle-layer: 4;
--wiki-infobox-layer: 1;
--wiki-editor-floating-toolbar-layer: 20;
--wiki-editor-toolbar-layer: 30;
@@ -252,6 +253,12 @@
-webkit-mask-mode: alpha;
}
.westgate-wiki .wiki-article-prose .wiki-infobox,
.westgate-wiki-compose .wiki-editor__content .wiki-infobox {
position: relative;
z-index: var(--wiki-infobox-layer, 1);
}
.westgate-wiki .wiki-article-prose :where(h1, h2, h3, h4),
.westgate-wiki-compose .wiki-article-prose .ck.ck-editor__editable_inline.ck-content :where(h1, h2, h3, h4),
.westgate-wiki-compose .ck.ck-editor__editable_inline.wiki-article-prose.ck-content :where(h1, h2, h3, h4) {