11 lines
197 B
HTML
11 lines
197 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body { overflow: scroll; border: 1px solid green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
This element should not have scrollbars!
|
|
</body>
|
|
</html>
|