@tuya-miniapp/ark-extension-virtual-device 1.6.2-beta-7 → 1.7.0-beta-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26557,10 +26557,10 @@ html {
26557
26557
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
26558
26558
 
26559
26559
  .container {
26560
- width: 100%;
26561
- height: 100%;
26560
+ width: 100vw;
26561
+ height: calc(100vh - 100px);
26562
26562
  border: 0;
26563
- border-bottom: 1px solid #ececec;
26563
+ overflow: hidden;
26564
26564
  }
26565
26565
 
26566
26566
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */