mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: hide documentation sidebars scrollbars (#7179)
* Website: hide documentation sidebars scrollbars * lint fix
This commit is contained in:
parent
7fe9a27590
commit
63ca6f9cb8
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue