[SSE mobile] Correct styles
This commit is contained in:
parent
0c718872a7
commit
10d8baac50
|
@ -889,6 +889,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
|
||||||
.list {
|
.list {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
ul:before {
|
ul:before {
|
||||||
|
@ -907,6 +908,10 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover__functions {
|
||||||
|
box-shadow: 0px 10px 100px rgba(0, 0, 0, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
.target-function-list {
|
.target-function-list {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
@ -123,7 +123,7 @@ const CellEditorView = props => {
|
||||||
{!isPhone &&
|
{!isPhone &&
|
||||||
<Popover
|
<Popover
|
||||||
id="idx-functions-list"
|
id="idx-functions-list"
|
||||||
className="popover__titled"
|
className="popover__titled popover__functions"
|
||||||
closeByBackdropClick={false}
|
closeByBackdropClick={false}
|
||||||
backdrop={false}
|
backdrop={false}
|
||||||
closeByOutsideClick={true}
|
closeByOutsideClick={true}
|
||||||
|
|
Loading…
Reference in a new issue