Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>CSS Overflow: test scrollbar-gutter with background gradient</title>
<link rel="author" title="CGQAQ" href="mailto:m.jason.liu@gmail.com">
<style>
html {
scrollbar-gutter: stable both-edges;
background-image: linear-gradient(to right, green, blue);
position: fixed;
inset: 0;
}
</style>