ColorlibHQ / illdy

Illdy is a free one page WordPress business theme with a minimal design
GNU General Public License v3.0
44 stars 38 forks source link

Sub-menus are not working in IE 11 #303

Closed nodarik closed 3 years ago

nodarik commented 4 years ago

this is the fix:

.main-navigation .menu > li:hover > ul { opacity: 1; transform: translate3d(0, 0px, 0); -webkit-transform: translate3d(0, 0px, 0); -moz-transform: translate3d(0, 0px, 0); visibility: visible; } .main-navigation .menu>li>ul li:hover>a { opacity: 1; }

mahendrapratap4022 commented 3 years ago

Hi @nodarik it is working fine in the current version.