Skip to content

Commit

Permalink
fixed the issue of overflow scroll
Browse files Browse the repository at this point in the history
for more see this issue animate-css#739
  • Loading branch information
khaled-nuur authored Sep 15, 2017
1 parent f51e3ee commit db8fe8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
$RESET
\*-----------------------------------*/

body {
overflow-x: hidden;
}

*, :before, :after {
margin: 0;
padding: 0;
Expand Down

0 comments on commit db8fe8f

Please sign in to comment.