Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I an using joomla, in my page I want to add horizontal scroll bar I am getting vertical scroll bar properly. this is my web Page screen shot
the inside portion is coming as iframe
I want to put horizontal scroll forcefully
你必须添加css
body {overflow-x: scroll;}
或溢出-y 用于您要为其提供滚动条的元素。
在您的代码 screen.css 中,行号。1个;overflow-x:hidden.
overflow-x:hidden.
制作
overflow-x:scroll;