codexly-ui 0.0.51 → 0.0.52

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.
@@ -13908,6 +13908,8 @@ class ClxDrawerService {
13908
13908
  hasBackdrop,
13909
13909
  backdropClass: 'clx-modal-backdrop',
13910
13910
  panelClass: extraClasses,
13911
+ width: DRAWER_WIDTH_MAP[size],
13912
+ height: '100vh',
13911
13913
  scrollStrategy: this._overlay.scrollStrategies.block(),
13912
13914
  positionStrategy: this._overlay.position().global().right('0').top('0'),
13913
13915
  }));