mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Possible quick fix for menu popovers not working on iOS
This commit is contained in:
parent
75f03cf0eb
commit
7d7473da15
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue