blob: ebb78afcdaee6aa69e9a7edba4a72687fe95ad4a [file]
<style>
input {
width: 70px;
height: 200px;
appearance: slider-vertical;
}
</style>
<body>
<input type="range">
<div></div>
</body>