Horizontal Scrollbar in Scaffolding Mode | Community
Skip to main content
varung44569684
New Participant
January 30, 2017
Solved

Horizontal Scrollbar in Scaffolding Mode

  • January 30, 2017
  • 1 reply
  • 626 views

Hi Team , 

Is there some way or some configuration to add a Horizontal scrollbar in Scaffolding Mode in CQ.

Thanks,

Varun

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

Yes.

I also checked this on 6.2 and i am also not able to see horizontal scrollbar.

Workaround for this is the all overflow-x: scroll; in CSS.

Go to :- /libs/cq/ui/resources/cq-ui.css -> Add overflow-x: scroll; in body CSS.

This is enable horizontal scroll bar.

~kautuk

1 reply

kautuk_sahni
kautuk_sahniAccepted solution
Employee
January 31, 2017

Yes.

I also checked this on 6.2 and i am also not able to see horizontal scrollbar.

Workaround for this is the all overflow-x: scroll; in CSS.

Go to :- /libs/cq/ui/resources/cq-ui.css -> Add overflow-x: scroll; in body CSS.

This is enable horizontal scroll bar.

~kautuk

Kautuk Sahni