Fixed that translate panel is not resized
This commit is contained in:
parent
a18a51c294
commit
17f5a81c17
|
@ -22,6 +22,8 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
|
width: -moz-max-content;
|
||||||
|
height: -moz-max-content;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
Loading…
Reference in a new issue