verical scroll
-
Hello
When viewing the desktop site, there is a div with the following ID:
#responsive-menu-pro-noscroll-wrapper
This div has this css applied:#responsive-menu-pro-noscroll-wrapper {
height: 100%;
overflow-y: scroll;
overflow-x: hidden;
position: relative;
}This is causing a vertical scrollbar to appear even when it is not needed.
Can you change overflow-y to: auto?
You can see a website with this issue here:
http://www.gurevitz-music.co.il/Thanks,
Dan
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘verical scroll’ is closed to new replies.