html - Adding horizontal scroll bar forcefully -


i using joomla, in page want add horizontal scroll bar getting vertical scroll bar properly. web page screen shot

enter image description here inside portion coming iframe

i want put horizontal scroll forcefully

you have add css

body {overflow-x: scroll;}

or overflow-y element want give scroll bar to.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -