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