mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 00:21:52 +00:00
This fixes an issue where https://hey.com/ was horizontally scrollable even though it shouldn't be.
8 lines
No EOL
173 B
HTML
8 lines
No EOL
173 B
HTML
<!doctype html><style>
|
|
* { outline: 1px solid black; }
|
|
body { display: flex; }
|
|
div {
|
|
position: absolute;
|
|
left: -5000px;
|
|
}
|
|
</style><body><div> |