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
By default, the ol / ul width is set to 740px. This causes content to overflow the slide bounding box, even if mode is set to v2 (full screen slides) and the website is zoomed out by quite a bit. I would like to suggest removing or modifying the following width rule to fix this:
By default, the
ol
/ul
width is set to740px
. This causes content to overflow the slide bounding box, even if mode is set tov2
(full screen slides) and the website is zoomed out by quite a bit. I would like to suggest removing or modifying the followingwidth
rule to fix this:humla/lib/core/humla.css
Line 122 in 72cf16f
Here's a screenshot of the issue from https://w20.vitvar.com/lecture2.html#/27/v2 (at 80% zoom):
Removing the above mentioned rule would fix it:
The text was updated successfully, but these errors were encountered: