13 lines
272 B
HTML
13 lines
272 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Values and Units Test: Viewport units and scrollbars</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="author" title="fantasai" href="http://fantasai.inkedblade.net/contact">
|
|
|
|
<style>
|
|
html {
|
|
overflow: scroll;
|
|
}
|
|
body {
|
|
background: white;
|
|
}
|
|
</style>
|