<html>
<head>
<style type="text/css">
</style>
</head>
<body>
<p>x:visible;y:scroll</p>
<div style="display:inline-block;background-color:#00FFFF;width:150px;height:150px;overflow-x:visible;overflow-y:auto;"><div style="width:160px;height:160px;background:red"></div>
</div>
<p>超出宽度也显示</p>
<div style="display:inline-block;background-color:#00FFFF;min-width:150px;height:150px;overflow:auto;"><div style="width:160px;height:160px;background:red"></div>
</div>
</body>
</html>