Commit 6a3b7dd5 by AlasdairSwan

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

Offscreen a11y test fix
parents a8be2385 5bd62ad7
......@@ -2,7 +2,7 @@
@include left(0);
display: inline-block;
position: absolute;
top: -1000px;
top: -999999px;
overflow: hidden;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment