Skip to content

Commit

Permalink
set css property overflow on horizontal to hidden (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhenshaw56 authored and brent-hoover committed Jun 20, 2017
1 parent 25e8942 commit cea9557
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body.admin {
.flex-direction(column);
.flex(1 1 auto);
height: 100vh;
overflow-x: hidden;
}

.page #main {
Expand Down

0 comments on commit cea9557

Please sign in to comment.