Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Horizontal Scrollbar in Scaffolding Mode

Avatar

Level 2

Hi Team , 

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

Thanks,

Varun

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Administrator

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

Lösung in ursprünglichem Beitrag anzeigen

1 Antwort

Avatar

Korrekte Antwort von
Administrator

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