Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to increase the width of scroll bar in Qliksense?
Hi Gaurav,
If it is a Mashup in Qlik Sense you are refering to you can make a small CSS-file with:
width: 15px !important; /*set your width and don't forget the "!important" to overide Sense own generated CSS client.css*/
}
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
can we do this for Qliksense extension object only ? or Qliksense pre defined object ?
I am new to Qliksense
Can you plz tell me step by step how to do it ?
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:
Can we make css changes in non extension objects in Qlik sense ?
If Yes then how to do it ?
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