CSS
3 mo. ago
Make all elements fully visible by removing scroll, position and height limits for screenshots.
* { overflow: visible !important; height: auto !important; max-height: none !important; position: static !important;}