fix(aio): remove unnecessary scrollbar in code-tabs
(#24207)
PR Close #24207
This commit is contained in:
parent
810d025488
commit
0639cb9de1
@ -27,7 +27,7 @@ aio-shell.page-docs {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidenav-content button {
|
.sidenav-content button {
|
||||||
min-width: 50px;
|
min-width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#guide-change-log h2::before {
|
#guide-change-log h2::before {
|
||||||
|
@ -97,8 +97,9 @@ aio-code pre {
|
|||||||
|
|
||||||
.copy-button {
|
.copy-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -8px;
|
top: -7px;
|
||||||
right: -32px;
|
right: -19px;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
color: $blue-grey-200;
|
color: $blue-grey-200;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user