Skip to content

Commit 54b60a2

Browse files
committed
Fix Modal previews being overlapped by MkDocs header (#471)
Install the latest version of docoff that no longer establishes a new stacking context within previews.
1 parent b7c16ce commit 54b60a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/_overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<script src="/docs/_assets/js/ruiSwatch.js" type="application/javascript"></script>
2323

2424
<!-- Then load and init Docoff -->
25-
<script crossorigin src="https://unpkg.com/@react-ui-org/[email protected].3/public/generated/bundle.js"></script>
25+
<script crossorigin src="https://unpkg.com/@react-ui-org/[email protected].4/public/generated/bundle.js"></script>
2626

2727
<!-- Then load non-Docoff code highlighiting -->
2828
<script src="https://unpkg.com/[email protected]/components/prism-core.min.js"></script>

0 commit comments

Comments
 (0)