mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-11 02:31:04 +00:00
13 lines
152 B
HTML
13 lines
152 B
HTML
|
|
<!doctype html><style>
|
||
|
|
html {
|
||
|
|
overflow: visible;
|
||
|
|
}
|
||
|
|
body {
|
||
|
|
overflow: scroll;
|
||
|
|
}
|
||
|
|
div {
|
||
|
|
width: 100px;
|
||
|
|
height: 2000px;
|
||
|
|
}
|
||
|
|
</style><body><div>
|