remove scrollbar on gallery data container

0
I am using Progressive web app and I am using  gallery data container .Now I am getting vertical scroll bar after showing the data. how can I remove it .
asked
1 answers
0

Hi Shubham,

 

just create a css class in your customvariables.scss

 

.scrollbar

{

    overflow-x: hidden;

 

}

 

and add it to properties of the Container. ( Apperance/class)

 

Hope this helps,

answered