Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

IG top horizontal scroll does not work as expected

Roger252 days ago — edited 2 days ago

Hi community,

I have put a top horizontal scroll to my IG, as shown on many examples from the internet but also from here.

So, I've set CSS Classes to this

And Inline CSS of the page by adding this:

.apex-igrid .a-GV-w-hdr {
overflow-x: auto !important; /* Enables top scrollbar */
}

However, my horizontal scroll is displayed like this, by interferring with the first row of the grid, and it's not scrollable, if I drag on it, it does not move"

if I go on the right side manually from cell to cell, I see it scrolled.

Just scrolling with the mouse does not work.

Any ideas why?

Comments
Post Details
Added 2 days ago
7 comments
94 views