Skip to content

Commit

Permalink
Fixing bug with flexbox and wide viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Oct 24, 2016
1 parent 0dd7a44 commit e22964d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/hidden.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

.hidden {
position: absolute;
top: 0;
left: 0;
clip: rect(0 0 0 0);
white-space: nowrap;
}

0 comments on commit e22964d

Please sign in to comment.