mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb: Don't crash from clipping grid spans
This commit is contained in:
parent
b4e5afa8d5
commit
6862d33e7c
Notes:
github-actions[bot]
2024-11-10 23:58:03 +00:00
Author: https://github.com/Gingeh
Commit: 6862d33e7c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2262
5 changed files with 46 additions and 3 deletions
|
@ -0,0 +1,3 @@
|
|||
<div style="display: grid; position: relative">
|
||||
<div style="position: absolute; grid-row: 3"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue