Yoast / yoast-components

Accessible React components by Yoast
GNU General Public License v3.0
21 stars 6 forks source link

Avoid Collapsible headers vertical scrollbar in IE 11. #701

Closed afercia closed 6 years ago

afercia commented 6 years ago

Summary

In IE 11, when rendered in the sidebar, the collapsibles show a vertical scrollbar:

screenshot 49 2

Slightly increasing the line-height on the title container fixes it.

Test instructions

Fixes https://github.com/Yoast/wordpress-seo/issues/10585

boblinthorst commented 6 years ago

CR: ok 👍

boblinthorst commented 6 years ago

Acceptance: It doesn't break anything new in other browsers. For testing in ie11, we need to create a beta of this components branch in wpseo's release/8.0 branch. Which is something i was having some issues with, so i set this issue aside for now.

jcomack commented 6 years ago

@dariaknl has tested this in IE11 and said everything looks good now. Merging.