Hi,
thanks for getting in touch.
The issue was in the first line of the CSS (“overflow: hidden”).
So I’ve added:
body.shiftnav-lock.shiftnav-open {
overflow: auto!important;
}
[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
to my custom CSS. So everything is back to normal.
-
This reply was modified 8 years, 9 months ago by bdbrown.
-
This reply was modified 8 years, 9 months ago by bdbrown.