Sha256: a5475451ad89c4d387a38a6d1aa21d24039bffc8e040f6e32b2b04bcff5d5a29
Contents?: true
Size: 931 Bytes
Versions: 11
Compression:
Stored size: 931 Bytes
Contents
<div class="fixed-top-bar" up-fixed="top" style="margin: 25px"> <span class="button" onclick="up.reveal('.small', { behavior: 'smooth' })">Reveal .small</span> <span class="button" onclick="up.reveal('.large', { behavior: 'smooth' })">Reveal .large</span> <span class="button" onclick="up.viewport.config.revealPadding += 25">Increase padding</span> </div> <div class="fixed-bottom-bar" up-fixed="bottom" style="margin: 25px"> </div> <div up-viewport style="overflow-y: scroll; width: 300px; height: 100vh"> <div style="height: 1000px; background-color: rgba(0, 0, 255, 0.2)"> above </div> <div class="example small" style="background-color: rgba(255, 0, 0, 0.4); height: 50px"> .small </div> <div class="example large" style="background-color: rgba(0, 255, 0, 0.4); height: 2000px"> .large </div> <div style="height: 1000px; background-color: rgba(0, 0, 255, 0.2)"> below </div> </div>
Version data entries
11 entries across 11 versions & 1 rubygems