[SSE] Fix Bug 53074

This commit is contained in:
ShimaginAndrey 2021-10-19 14:05:12 +03:00
parent dfc0b39836
commit ce89046d67

View file

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