Fixed that translate panel is not resized

This commit is contained in:
sienori 2019-02-24 05:18:23 +09:00
parent a18a51c294
commit 17f5a81c17

View file

@ -22,6 +22,8 @@
box-sizing: border-box;
width: max-content;
height: max-content;
width: -moz-max-content;
height: -moz-max-content;
max-width: 100%;
max-height: 100%;
overflow: auto;