Offscreen a11y test fix

This commit is contained in:
AlasdairSwan
2016-05-16 19:44:26 -04:00
committed by Matt Drayer
parent c6249f4227
commit 7a0d7818bc

View File

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