mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 02:04:25 +01:00
doc-theme.css: fix scroll to anchor
This commit is contained in:
@@ -334,3 +334,13 @@ code {
|
||||
p {
|
||||
font-family: 'Space Mono';
|
||||
}
|
||||
|
||||
|
||||
/** this gives correct offset when link to anchors */
|
||||
*[id]:before {
|
||||
display: block;
|
||||
content: " ";
|
||||
margin-top: -75px;
|
||||
height: 75px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user