More Errors in IE11

Hi there
About a month ago I started a thread going into some errors we were seeing on IE11:
(https://theme.co/apex/forum/t/errors-in-ie11/45646)

Ultimately we continue to see some errors in IE, but one has continued to crop up and I’m not sure how to address it. If you go to the following anchor position on the page in IE you’ll see that the fixed height tabs section is extending thousands of pixels down the page:
https://2019template.wmcircleofexcellence.com/#agenda

We have turned off all parallax options on the page for review purposes.

Please let me know if you’d like login credentials.

Thanks!

Hi @Nuera ,

Try adding a unique class to your tab element.

Then add this in Theme Options > CSS

@media(min-width:978px) {
.my-tabs .x-tabs-panels {
    min-height:561px;
    height: auto !important;
}
}

Hope that helps.

Thanks that worked great!!

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.