mirror of https://github.com/laurent22/joplin.git
Doc: Fixed scrolling to anchors
parent
af15b8359b
commit
bfc8c1e3c1
|
@ -1,3 +1,8 @@
|
|||
html {
|
||||
/* https://css-tricks.com/fixed-headers-on-page-links-and-overlapping-content-oh-my/ */
|
||||
scroll-padding-top: 110px;
|
||||
}
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
html {
|
||||
/* https://css-tricks.com/fixed-headers-on-page-links-and-overlapping-content-oh-my/ */
|
||||
scroll-padding-top: 110px;
|
||||
}
|
||||
|
||||
* {
|
||||
outline: none;
|
||||
font-family: "Montserrat", sans-serif;
|
||||
|
|
Loading…
Reference in New Issue