Skip to content

Commit 7a878dc

Browse files
authored
Merge pull request #550 from facultyai/theme-explorer-fix
Fix theme explorer styling
2 parents 823a4ec + 1d34096 commit 7a878dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/templates/theme-explorer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
</select>
5252
</div>
5353
<main class="dbcd-main mb-2 mx-2 mx-md-4 my-4">
54-
<div style="transform:translateZ(0);box-shadow:0 0 2px 1px #9c9c9c;">
54+
<div
55+
style="transform:translateZ(0);box-shadow:0 0 2px 1px #9c9c9c;height:calc(100vh - 106px)"
56+
>
5557
<iframe
5658
id="explorer-iframe"
5759
src="/docs/themes/explorer/bootstrap"

0 commit comments

Comments
 (0)