mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 06:06:03 +01:00
doc-theme.css: fix scrolltop border effect
This commit is contained in:
@@ -21,7 +21,7 @@ All our products will work out of the box for Windows 8/10/+. If using Windows 7
|
||||
|
||||
Please download the driver software from the link below.
|
||||
|
||||
[Pysense/Pytrack/Pyscan/Expansion Board 3.0 Serial Driver](https://github.com/pycom/pycom-docs/tree/37661883902849b1a931ee273a23ae8e0f3d773e/chapter/pytrackpysense/installation/pycom.inf)
|
||||
[Pysense/Pytrack/Pyscan/Expansion Board 3.0 Serial Driver](https://raw.githubusercontent.com/pycom/pycom-docs/37661883902849b1a931ee273a23ae8e0f3d773e/chapter/pytrackpysense/installation/pycom.inf)
|
||||
|
||||
### Installation
|
||||
|
||||
@@ -56,4 +56,3 @@ If the installation was successful, you should now see a window specifying that
|
||||
To confirm that the installation was correct, navigate back to the `Device Manager` and click the dropdown for other devices. The warning label should now be gone and Pytrack/Pysense should be installed.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -337,10 +337,6 @@ p {
|
||||
|
||||
|
||||
/** this gives correct offset when link to anchors */
|
||||
*[id]:before {
|
||||
display: block;
|
||||
content: " ";
|
||||
margin-top: -75px;
|
||||
height: 75px;
|
||||
visibility: hidden;
|
||||
html {
|
||||
scroll-padding-top: 70px; /* height of sticky header */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user