fix(docs-infra): correctly display copy button in IE11 (#38186)

Fix button top portion was clipped in IE11 by setting overflow to visible

Fixes #37816

PR Close #38186
This commit is contained in:
Saif 2020-07-22 23:30:08 +03:00 committed by Misko Hevery
parent dd09fb5348
commit ee22aa592e
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ aio-code pre {
top: -7px;
right: -19px;
padding: 0;
overflow: visible; // This is required for the button to be displayed correctly in IE11.
color: $blue-grey-200;
background-color: transparent;