mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: update position of sticky sidebar nav on documentation pages. (#23446)
Changes: - Updated the position of the "On this page" links on documentation pages.
This commit is contained in:
parent
8258d481a1
commit
0bb1d1e1df
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@
|
|||
}
|
||||
min-width: 190px;
|
||||
position: sticky;
|
||||
top: 170px;
|
||||
top: 104px;
|
||||
height: fit-content;
|
||||
overflow-y: auto;
|
||||
transition-property: all;
|
||||
|
|
|
|||
Loading…
Reference in a new issue