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
Many of the examples are missing eliminating the margin and padding and so the hit calculations are off but a few pixels. A simple<body style="margin: 0; padding: 0"> fixes them.
The text was updated successfully, but these errors were encountered:
Many of the examples are missing eliminating the margin and padding and so the hit calculations are off but a few pixels. A simple
<body style="margin: 0; padding: 0">
fixes them.The text was updated successfully, but these errors were encountered: