Skip to content

Commit

Permalink
Fix gap on mobile devices when scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
teimurjan committed Dec 15, 2018
1 parent 0a5cf8f commit 8fd24e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v1/lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,7 @@ blockquote {
position: fixed;
width: 100%;
z-index: 9999;
transform: translate3d(0,0,0);
}

@media only screen and (min-width: 1024px) {
Expand Down

0 comments on commit 8fd24e8

Please sign in to comment.