Sha256: b1a4dd7894420b59d5fb3fc510192e7e35d79728afb40c61f458e6b2a1939e20
Contents?: true
Size: 620 Bytes
Versions: 61
Compression:
Stored size: 620 Bytes
Contents
<html style="height: 250%; width: 150%"> <head> <style> * { padding: 0; } div { position: absolute; } #scroll { top: 125%; } #scrollable { top: 150%; overflow-y: scroll; overflow-x: scroll; height: 50px; width: 50px; position: relative; border: 1px solid black;} #inner { top: 50%; } </style> </head> <body style="height: 100%; width: 100%"> <div id="scroll" style = "top: 125%">scroll</div> <div id="scrollable"> <div style="height: 200px; width: 200px; poistion: relative"> <div id="inner">inner</div> </div> </div> </div> </body> </html>
Version data entries
61 entries across 49 versions & 3 rubygems