[SSE mobile] debug CellEditor opening
This commit is contained in:
parent
ca8751175f
commit
67e3aa2e35
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
height: @cellEditorHeight;
|
height: @cellEditorHeight;
|
||||||
min-height: @cellEditorHeight;
|
min-height: @cellEditorHeight;
|
||||||
transition: min-height .15s;
|
transition: min-height .1s;
|
||||||
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
&.expanded {
|
&.expanded {
|
||||||
min-height: @cellEditorExpandedHeight;
|
min-height: @cellEditorExpandedHeight;
|
||||||
//height: @cellEditorExpandedHeight;
|
//height: @cellEditorExpandedHeight;
|
||||||
transition: min-height .15s;
|
transition: min-height .1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
|
|
Loading…
Reference in a new issue