Issue metadata
Sign in to add a comment
|
Overflow auto, table and box-shadow causing a scrollbar in >= 61
Reported by
sascha.d...@gmail.com,
Sep 28 2017
|
||||||||||||||||||||||||
Issue description
UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
Steps to reproduce the problem:
<div class="overflow-auto">
<table class="table">
<tr>
<td class="text-right">
<div class="box-shadow">Sample</div>
</td>
</tr>
</table>
</div>
.overflow-auto { overflow: auto; }
.text-right { text-align: right; }
.box-shadow { box-shadow: 20px 20px 20px black; }
See test here https://codepen.io/anon/pen/XeREoQ
What is the expected behavior?
No scrollbars to the right
What went wrong?
There are scrollbars caused by the box-shadow
Did this work before? Yes 60
Does this work in other browsers? Yes
Chrome version: 61.0.3163.100 Channel: stable
OS Version: OS X 10.12.6
Flash Version:
,
Sep 28 2017
Duplicate of issue 763337 . Fixed in 63.0.3214.0 Merged to 62.0.3202.24 - stable on Oct 17
,
Sep 28 2017
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by sascha.d...@gmail.com
, Sep 28 2017