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
shubham pathak
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)