fix(core): 🐛 file page sticky header overlapping TOC

Closes: #797
This commit is contained in:
alistair3149 2024-03-05 02:10:10 -05:00 committed by GitHub
parent 5b951adb31
commit 9cf358fe9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,10 @@
border: 0;
.citizen-sticky-header;
@media ( min-width: @min-width-breakpoint-desktop ) {
right: ~'calc( var( --space-xl ) * -1 )'; // Fix #797
}
li {
padding-right: 0;
}