15 min fix: make sure autocomplete dropdown occupies width (#13600)
* 15 min fix: make sure dropdown occupies width * set width instead, with comment to explain
This commit is contained in:
parent
c88fc5d233
commit
ce689ab0c7
1 changed files with 3 additions and 1 deletions
|
|
@ -8,11 +8,13 @@
|
|||
}
|
||||
|
||||
&__popover {
|
||||
max-width: 300px;
|
||||
padding: var(--su-1);
|
||||
z-index: var(--z-elevate);
|
||||
|
||||
&[data-reach-popover] {
|
||||
// Reach UI adds a width directly to this element as an inline style. !important is needed to make sure the size is constrained.
|
||||
width: 250px !important;
|
||||
|
||||
@include generate-box(
|
||||
$level: 1,
|
||||
$bg: var(--card-bg),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue