Skip to content

Commit

Permalink
Style.css: Fix scroll bar issue
Browse files Browse the repository at this point in the history
Fixed scroll bar issue arising on some devices.

Closes pulug#3
  • Loading branch information
harryjas committed Sep 8, 2017
1 parent 1db73f7 commit 51b76a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body {
font-size: 14px;
font-style: normal;
line-height:1.5;
overflow:hidden;
overflow:visible;

}

Expand Down

0 comments on commit 51b76a1

Please # to comment.