CSS Scroll thumb autosizing v2

Developer
Size
2,228 Kb
Views
20,240

How do I make an css scroll thumb autosizing v2?

What is a css scroll thumb autosizing v2? How do you make a css scroll thumb autosizing v2? This script and codes were developed by Taylor Hunt on 07 December 2022, Wednesday.

CSS Scroll thumb autosizing v2 Previews

CSS Scroll thumb autosizing v2 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Scroll thumb autosizing v2</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="scrollbar"> <div class="thumb"></div>
</div>
<label>Height of <code>&lt;body&gt;</code>: <input value="350vh" id="bodyHeight"></label> <script src="js/index.js"></script>
</body>
</html>

CSS Scroll thumb autosizing v2 - Script Codes CSS Codes

body { min-height: 350vh; position: relative;
}
.scrollbar { width: 10px; height: 100%; position: absolute; top: 0; right: 0; -webkit-transform-origin: center 50vh; transform-origin: center 50vh; -webkit-transform: rotateX(180deg); transform: rotateX(180deg);
}
.thumb { position: absolute; right: 0; top: 0; background: red; width: 100%; top: 20%; bottom: 0;
}

CSS Scroll thumb autosizing v2 - Script Codes JS Codes

document.getElementById('bodyHeight').addEventListener('input', function(evt) { document.body.style.minHeight = this.value;
});
CSS Scroll thumb autosizing v2 - Script Codes
CSS Scroll thumb autosizing v2 - Script Codes
Home Page Home
Developer Taylor Hunt
Username tigt
Uploaded December 07, 2022
Rating 3
Size 2,228 Kb
Views 20,240
Do you need developer help for CSS Scroll thumb autosizing v2?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Taylor Hunt (tigt) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!