-1:000000000000 | 0:4e8afc2ec93f |
---|---|
1 <!DOCTYPE HTML> | |
2 <style> | |
3 #d { overflow:scroll; width:200px; height:200px; background:yellow; transform:translateX(100px); } | |
4 #d2 { right:0; width:100px; height:100px; background:purple; position:absolute; } | |
5 </style> | |
6 <div id="d"> | |
7 <div id="d2"></div> | |
8 </div> |