You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When using class="vcenter" and deck.scale, the element is being crazily scaled.
For example, I have a
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.
The text was updated successfully, but these errors were encountered: