hiding skip link in rtl sites make a long horizontal scrolling.
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
position:absolute;
display:block;
left:-10000px;
width:1px;
height:1px;
}if add this to base-rtl.css, this bug fixed.
#skip-link a,
#skip-link a:link,
#skip-link a:visited {
right:-10000px;
}| Comment | File | Size | Author |
|---|---|---|---|
| #2 | tao-horizontal-scroll-2824911.patch | 299 bytes | gomesh |
Comments
Comment #2
gomesh commentedI am also facing the same issue , after adding the patch the issue is resolved .
Comment #3
shailesh.bhosaleComment #4
imshivani commentedFor me , this is working fine for chrome, but for firefox still having the same issue. Please revise the patch.