codexly-ui 0.0.60 → 0.0.61

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.
@@ -4147,7 +4147,7 @@ class ClxSelectComponent {
4147
4147
  _hintClass = computed(() => `${this._sizeConfig().hint} text-gray-400`, ...(ngDevMode ? [{ debugName: "_hintClass" }] : /* istanbul ignore next */ []));
4148
4148
  _triggerClass = computed(() => {
4149
4149
  const s = this._sizeConfig();
4150
- const base = 'relative flex items-center rounded-md border transition-all duration-200 outline-none w-full';
4150
+ const base = 'relative flex items-center rounded-md border transition-all duration-200 outline-none w-full overflow-hidden';
4151
4151
  if (this._disabled()) {
4152
4152
  return `${base} ${s.minH} border-gray-200 bg-gray-50 cursor-not-allowed opacity-60`;
4153
4153
  }
@@ -5419,7 +5419,7 @@ class ClxModalComponent {
5419
5419
  </div>
5420
5420
 
5421
5421
  <!-- Body -->
5422
- <div class="flex-1 overflow-y-auto px-6 py-5">
5422
+ <div class="flex-1 min-h-0 overflow-y-auto px-6 py-5">
5423
5423
  <ng-content />
5424
5424
  </div>
5425
5425
 
@@ -5480,7 +5480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
5480
5480
  </div>
5481
5481
 
5482
5482
  <!-- Body -->
5483
- <div class="flex-1 overflow-y-auto px-6 py-5">
5483
+ <div class="flex-1 min-h-0 overflow-y-auto px-6 py-5">
5484
5484
  <ng-content />
5485
5485
  </div>
5486
5486