Offscreen a11y test fix

This commit is contained in:
AlasdairSwan
2016-05-16 19:44:26 -04:00
parent a8be2385fb
commit 5bd62ad76f

View File

@@ -2,7 +2,7 @@
@include left(0);
display: inline-block;
position: absolute;
top: -1000px;
top: -999999px;
overflow: hidden;
}