Scrollbar disobeys max-width in absolute positioned element
Confirmed Issue #3263528 • Assigned to Peter S.
Steps to reproduce
URL:
Repro Steps:
You can see an example here:
http://jsfiddle.net/9vjLewze/
Or paste this into a page:
<div style="left: 0px; top: 0px; overflow: auto; position: absolute; max-height: 300px; max-width: 300px;">
<div style="width: 301px; height: 301px;"></div>
</div>
Expected Results:
I expect it to limit the width to max-width, just like it limits the height to max-height
Actual Results:
Dev Channel specific:
No
You need to sign in to your Microsoft account to add a comment.
Sign in