mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Place item clipping_and_scrolling inside closure
A utility function assures that if the clipping and scrolling are changed for a display item the old value is later restored.
This commit is contained in:
parent
c0be925bed
commit
aada975dea
5 changed files with 108 additions and 104 deletions
|
@ -28,7 +28,5 @@
|
|||
border-color: transparent;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<div id="a"></div>
|
||||
<div id="b"></div>
|
||||
</body>
|
||||
<div id="a"></div>
|
||||
<div id="b"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue