jekrikken
asked 7 years ago

Our event website and also the DW Events demo don’t show a scrollbar in IE11 and below. Tested on several computers. The scroll wheel has no effect.

2 Answers
jekrikken
answered 7 years ago

I changed

.site { overflow: hidden; }

to

.site { overflow: auto; }

This works for IE11. I have not been able to test it in all browsers and devices.

jekrikken
answered 7 years ago

I would still like a reply from a developer. overflow was probably set to hidden for a reason and this issue will still be in future releases of this theme.

Hà Anh
replied 7 years ago

My sincere apologies for the late reply. I have checked the issue and to solve it, please add the following code to the style.css file or go to the Customize > Addition Css section:

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#page {
display: block;
}
}

Powered by DW Question & Answer Pro