[SSE] Fix Bug 53074
This commit is contained in:
parent
dfc0b39836
commit
ce89046d67
|
@ -908,6 +908,14 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#idx-celleditor.expanded {
|
||||||
|
.functions-list {
|
||||||
|
&__mobile {
|
||||||
|
top: 70px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.popover__functions {
|
.popover__functions {
|
||||||
box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.3);
|
box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue