Possible quick fix for menu popovers not working on iOS

This commit is contained in:
Lim Chee Aun 2022-12-20 09:27:59 +08:00
parent 75f03cf0eb
commit 7d7473da15

View file

@ -638,7 +638,7 @@ button.carousel-dot[disabled].active {
padding: 0; padding: 0;
list-style: none; list-style: none;
} }
.menu-container > button:is(:active, :focus) + menu, .menu-container > button:is(:hover, :active, :focus) + menu,
.menu-container menu:is(:hover, :active) { .menu-container menu:is(:hover, :active) {
opacity: 1; opacity: 1;
pointer-events: auto; pointer-events: auto;