|
@@ -1888,8 +1888,9 @@ const onSuccessChargeCloud = () => {
|
|
|
|
|
|
#meta2d {
|
|
|
border-top: 1px solid var(--color-background-input);
|
|
|
- /* height: calc(100vh - 81px); */
|
|
|
- height: calc(100% - 40px);
|
|
|
+ height: calc(100vh - 81px);
|
|
|
+ /* height: calc(100% - 40px); */
|
|
|
+ /* height: 100%; */
|
|
|
z-index: 1;
|
|
|
overflow: hidden;
|
|
|
|