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-11-01 11:17:30 +09:00
committed by GitHub
parent 8258d481a1
commit 0bb1d1e1df
+1 -1
View File
@@ -925,7 +925,7 @@
}
min-width: 190px;
position: sticky;
top: 170px;
top: 104px;
height: fit-content;
overflow-y: auto;
transition-property: all;