Website: hide documentation sidebars scrollbars (#7179)

* Website: hide documentation sidebars scrollbars

* lint fix
This commit is contained in:
Eric 2022-08-11 22:02:54 -05:00 committed by GitHub
parent 7fe9a27590
commit 63ca6f9cb8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -311,6 +311,7 @@
}
[purpose='left-sidebar'] {
scrollbar-width: none;
font-size: 14px;
border-right: 1px solid @core-fleet-black-25;
@ -353,9 +354,12 @@
}
}
[purpose='left-sidebar']::-webkit-scrollbar, [purpose='right-sidebar']::-webkit-scrollbar, [purpose='subtopics']::-webkit-scrollbar {
display: none;
}
[purpose='right-sidebar'] {
scrollbar-width: none;
p, a {
font-size: 14px;
}
@ -688,6 +692,7 @@
transition-duration: 500ms;
[purpose='subtopics'] {
scrollbar-width: none;
max-height: 100vh;
overflow-y: auto;
color: @core-fleet-black;