Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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; }