Merge pull request #12485 from edx/alasdair/program-listing-a11y-css-bug

Offscreen a11y test fix
This commit is contained in:
AlasdairSwan
2016-05-16 20:50:16 -04:00

View File

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