Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
neha_sharma1275
Contributor II
Contributor II

Customization of Scroll Bar in QlikSense

Hi Experts,

Wanted to know if we can customize the look and feel of scroll bar in QLIKSENSE app like we can do in QlikView? If we can, how?

Thanks,

Neha

4 Replies
witty
Contributor III
Contributor III

did you ever find out how to do this?

nicu1996
Contributor III
Contributor III

You can do it by using a custom theme.

1. Create a new theme by using this: https://sensetheme.com/

2. How to customize scroll bar? Use this: https://www.w3schools.com/howto/howto_css_custom_scrollbar.asp

Add the code to theme.css.

 

Import the new theme and apply it to your apps.

 

witty
Contributor III
Contributor III

Thanks!!

I ended up building a theme and added classes in the css. I found it is not using the webkit but actual classes:

.scrollbar-track.horizontal
.scrollbar-track.vertical
::-webkit-scrollbar-track, .scrollbar-track
::-webkit-scrollbar, .scrollbar
::-webkit-scrollbar-thumb, .scrollbar-thumb
Sameer9585
Creator II
Creator II

Check in properties of chart where you see Appearance->Presentation->Scroll Alignment.