Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to increase the width of scroll bar in Qliksense?

how to increase the width of scroll bar in Qliksense?

6 Replies
Not applicable
Author

Hi Gaurav,

If it is a Mashup in Qlik Sense you are refering to you can make a small CSS-file with:

::-webkit-scrollbar{

width: 15px !important; /*set your width and don't forget the "!important" to overide Sense own generated CSS client.css*/

  1. height 8px;

}

there is also a ::-webkit-scrollbar-track and ::-webkit-scrollbar-thumb (for rounded corners etc.)

other then that I would refer to http://help.qlik.com/sense/2.0/en-US/developer/#Home-developer.htm

BR

/Pierre

Not applicable
Author

can we do this for Qliksense extension  object only ? or Qliksense pre defined object ?

Not applicable
Author

I am new to Qliksense

Can you plz tell me step by step how to do it ?

Not applicable
Author

yes, that should be possible since every extension has a .css file connected to it.

but the name of the ID or class is possible another one. look for something with "scrollbar" in it etc.

Michael Tarallo wrote on how to find extesions:

Playing with Extensions in Sense

Not applicable
Author

Can we make css changes in non extension objects in Qlik sense ?

If Yes then how to do it ?

Not applicable
Author

This is quite out of the box, so i guess you would need some research before you start doing something like this.

I would suggest:

http://help.qlik.com/sense/2.0/en-US/developer/#Home-developer.htm

qliksense-extension-tutorial

scrollbar | CSS-Tricks