Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Third Level Problems in Safari

Home Forums Older releases 0.9.x Third Level Problems in Safari Re: Third Level Problems in Safari

#1756
admin
Keymaster

OK, change the following:

#main-menu ul, #main-menu li {
	-webkit-transform: translate3d(0px, 0px, 1px);
}

to:

#main-menu ul, #main-menu a {
	-webkit-transform: translate3d(0px, 0px, 1px);
}

Seems it fixes both issues for me.

Let me know if you are still having any troubles.

Cheers!