fix: link field option disapper
This commit is contained in:
parent
a1e9ecf9a4
commit
ef27287c25
1 changed files with 7 additions and 5 deletions
|
|
@ -367,11 +367,13 @@
|
|||
height: 40px;
|
||||
}
|
||||
}
|
||||
.awesomplete > ul {
|
||||
position: fixed !important;
|
||||
left: auto !important;
|
||||
top: auto;
|
||||
width: 250px !important;
|
||||
.grid-row:not(.grid-row-open) {
|
||||
.awesomplete > ul {
|
||||
position: fixed !important;
|
||||
left: auto !important;
|
||||
top: auto;
|
||||
width: 250px !important;
|
||||
}
|
||||
}
|
||||
.grid-static-col {
|
||||
background-color: var(--fg-color);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue