fix(aio): remove unnecessary scrollbar in `code-tabs` (#24207)

PR Close #24207
This commit is contained in:
George Kalpakas 2018-05-30 19:20:05 +03:00 committed by Victor Berchet
parent b4bbdb4ce2
commit 255463ed48
2 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,7 @@ aio-shell.page-docs {
}
.sidenav-content button {
min-width: 50px;
min-width: 24px;
}
#guide-change-log h2::before {

View File

@ -97,8 +97,9 @@ aio-code pre {
.copy-button {
position: absolute;
top: -8px;
right: -32px;
top: -7px;
right: -19px;
padding: 0;
color: $blue-grey-200;
background-color: transparent;