@desto/scrollbar-js
Version:
A script which produces stylable scrollbars. It also allows styling of the resize handle.
22 lines (16 loc) • 690 B
HTML
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<body>
<div id="hor">X: <span id="x">0</span>px | <span id="xp">0</span>%</div>
<div id="ver">Y: <span id="y">0</span>px | <span id="yp">0</span>%</div>
<div id="doc-top">H: <span id="vh-top">?</span>px | W: <span id="vw-top">?</span>px</div>
<div id="doc-bot">H: <span id="vh-bot">?</span>px | W: <span id="vw-bot">?</span>px</div>
<!--
<section id="container"></section>
<div id="doc">H: <span id="vh">?</span>px | W: <span id="vw">?</span>px</div>
<div id="hor">X: <span id="x">0</span>px</div>
<div id="ver">Y: <span id="y">0</span>px</div>
-->
<script src="script.js"></script>
</body>