-
Notifications
You must be signed in to change notification settings - Fork 612
Open
Description
When using class="vcenter" and deck.scale, the element is being crazily scaled.
For example, I have a
<div class="deck-container">
<section class="slide" id="Title">
<h2 class="vcenter">My Title</h2>
</section>
...
</div>
The slide gets scaled by a factor of 20 in my screen (small laptop screen) and I can barely see the title at the bottom of the screen.
It seems that this is caused by the vcenter class that has "position:absolute" which causes the element's height to be 0.
Metadata
Metadata
Assignees
Labels
No labels