Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[UI] Fix scrollbar overlapse bug (#1540)
  • Loading branch information
maestromac committed Feb 15, 2019
1 parent 9163320 commit 91848f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/article-show.scss
Expand Up @@ -319,12 +319,12 @@ article{
color:$sky-blue;
}
&.anchor{
padding-top: 50px;
margin-top: -50px;
padding-top: 0px;
margin-top: 0px;
top: -50px;
display: block;
visibility: hidden;
-webkit-background-clip: content-box;
background-clip: content-box;
position: relative;
}
}
h1,h2,h3,h4,h5,h6{
Expand Down

0 comments on commit 91848f0

Please sign in to comment.