Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Jul_K
Partner - Contributor II
Partner - Contributor II

Color changing of scroll bar in Tables / Pivot Tables

Hi,

does somebody of you know if it is possible to change the color of the scroll bar within a Table or a Pivot-Table? 

It is required for us because we are using a dark theme in our Qlik apps. 

Thx. 

 

Labels (1)
1 Reply
justISO
Specialist
Specialist

Hi, you can try to edit CSS of your theme or use 'multi KPI' approach, which let you inject CSS in sheet, something like this:

.scrollbar-thumb{ background-color: red !important; }
.scrollbar-thumb:hover{ background-color: green !important; }