Hi,
trying to customize my template adding a child template to default one, I added some different header and some external css and js. Anything worked fine except that now I have a double scrollbar on the right of the page. I found that it is generated by this css rule
Removing this rule anything seems to work fine, but maybe I am missing something. Is there any reason I ignore for which the default template comes with that rule?
trying to customize my template adding a child template to default one, I added some different header and some external css and js. Anything worked fine except that now I have a double scrollbar on the right of the page. I found that it is generated by this css rule
CSS:
body {
overflow-y: scroll !important;
}