.main has scrollbars which is completely stupid because the window has srollbars. How do I get rid of them?
I seem to need to get rid of
.main {
overflow-x: scroll;
}
I've tried setting
.main {
overflow-x: unset ! important;
but it doesn't do anything.
.mainhas scrollbars which is completely stupid because the window has srollbars. How do I get rid of them?I seem to need to get rid of
I've tried setting
but it doesn't do anything.