mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Prevent dropdown trigger from losing focus
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
opacity: 0;
|
||||
overflow: auto;
|
||||
overscroll-behavior: none;
|
||||
pointer-events: none;
|
||||
transform: scale(0.9);
|
||||
transition: var(--sl-transition-fast) opacity, var(--sl-transition-fast) transform;
|
||||
}
|
||||
@@ -54,5 +55,6 @@
|
||||
&.popover-visible .dropdown__panel {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user