960277-1-ref.html (256B)
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>