Active
Project:
Tao
Version:
6.x-3.2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2011 at 09:58 UTC
Updated:
17 May 2012 at 14:22 UTC
When I use Rubik(6.x-3.0-beta2) admin theme (which implement Tao) in RTL mode, I get horizontal scroll.
I found its because of this lines of CSS in base.css file:
#skipnav {
left: -1000px; /*<------- this part of style cause this problem;*/
position: absolute;
top: -1000px;
}
Comments
Comment #1
evinsoft commented#skipnav {
..
left: 0px;
font-size:0px;
...
It Worked !!