Skip to content

Commit

Permalink
Revert "remove body overflow-x: hidden"
Browse files Browse the repository at this point in the history
Fixes weird behavior when mouse hovering friends in friend box

This reverts commit 62ce698.
  • Loading branch information
ornicar committed May 7, 2015
1 parent 24ca931 commit 8876012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/stylesheets/common.css
Expand Up @@ -513,6 +513,7 @@ body {
color: #707070;
background: #eee;
background-image: linear-gradient(to bottom, #d7d7d7 0%, #eeeeee 116px);
overflow-x: hidden;
}
a,
a:visited,
Expand Down

0 comments on commit 8876012

Please sign in to comment.