Open deanebarker opened 3 days ago
If I do this:
<main> <div class="reveal"> <!-- reveal stuff here --> </div> </main>
The slides do not show, and layout inspector reveals (heh...) that div.reveal has a height of 0px.
div.reveal
If I do this --
<main style="height: 400px;"> <div class="reveal"> <!-- reveal stuff here --> </div> </main>
-- it works fine.
Seeing this as well. Any workarounds?
If I do this:
The slides do not show, and layout inspector reveals (heh...) that
div.reveal
has a height of 0px.If I do this --
-- it works fine.