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:
Eric 2024-10-31 21:17:30 -05:00 committed by GitHub
parent 8258d481a1
commit 0bb1d1e1df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -925,7 +925,7 @@
}
min-width: 190px;
position: sticky;
top: 170px;
top: 104px;
height: fit-content;
overflow-y: auto;
transition-property: all;