Fix popover min-width to have parents full width

This commit is contained in:
unknown 2022-07-18 13:34:40 +09:00
parent 624f418825
commit 3b5f9ed3e2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<style>
.spectrum-Popover {
min-width: var(--spectrum-global-dimension-size-2000) !important;
min-width: var(--spectrum-global-dimension-size-2000);
}
.spectrum-Popover.is-open.spectrum-Popover--withTip {
margin-top: var(--spacing-xs);