Skip to content

Commit

Permalink
Fix horisontal scrolling (hexojs#449)
Browse files Browse the repository at this point in the history
* Remove position relative from body

* Hide body horisontal overflow
  • Loading branch information
ruskakimov authored and NoahDragon committed Apr 9, 2017
1 parent 5eb17ba commit bccb84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/navy/source/css/_partial/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body
text-rendering: optimizeLegibility
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
position: relative
overflow-x: hidden

.wrapper
clearfix()
Expand Down

0 comments on commit bccb84d

Please sign in to comment.