5 lines
120 B
HTML
5 lines
120 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<style>
|
|
:root { overflow: scroll; scrollbar-width: thin; }
|
|
</style>
|