fix: autocomplete container style
This commit is contained in:
parent
2d2b238da9
commit
9782795761
1 changed files with 3 additions and 1 deletions
|
|
@ -80,6 +80,8 @@
|
||||||
min-width: 300px !important;
|
min-width: 300px !important;
|
||||||
max-height: 400px !important;
|
max-height: 400px !important;
|
||||||
background-color: var(--lineHighlight) !important;
|
background-color: var(--lineHighlight) !important;
|
||||||
|
overflow: auto;
|
||||||
|
background: var(--background) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Main tooltip container */
|
/* Main tooltip container */
|
||||||
|
|
@ -91,7 +93,7 @@
|
||||||
font-size: var(--font-size, 13px);
|
font-size: var(--font-size, 13px);
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
max-height: 400px;
|
height: 100%;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
overflow-y: auto !important;
|
overflow-y: auto !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue