Posted 21 June 2020, 6:20 am EST
Hi team,
For flexgrid, I am setting the grid width 100%, even though there is spare space in the grid, but it still has a scrolling bar which I want to remove.
Has tried to put ```
.slidebar {
overflow-x: hidden !important;
}
seem not to work.
Any ideas?
Thanks in advance.