fix: link field option disapper

This commit is contained in:
Ejaaz Khan 2025-02-14 11:15:00 +05:30
parent a1e9ecf9a4
commit ef27287c25

View file

@ -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);