Fixed scrolling issue on TOC links
This commit is contained in:
parent
972e1ba7af
commit
ef4feb1095
6 changed files with 57 additions and 51 deletions
7
docs/css/creative.min.css
vendored
7
docs/css/creative.min.css
vendored
|
@ -28,7 +28,7 @@ img{
|
|||
a{
|
||||
color:#f05f40;
|
||||
-webkit-transition:all .2s;
|
||||
transition:all .2s
|
||||
transition:all .2s;
|
||||
}
|
||||
|
||||
a:hover{
|
||||
|
@ -39,6 +39,11 @@ h1,h2,h3,h4,h5,h6{
|
|||
font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
|
||||
}
|
||||
|
||||
/* Correcting overscroll on TOC links */
|
||||
:target{
|
||||
padding-top: 57px;
|
||||
}
|
||||
|
||||
/* Table Properties */
|
||||
table{
|
||||
padding: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue