victor HF staff commited on
Commit
03a1802
1 Parent(s): f504c92

max height (#490)

Browse files
Files changed (1) hide show
  1. src/lib/components/Modal.svelte +1 -1
src/lib/components/Modal.svelte CHANGED
@@ -55,7 +55,7 @@
55
  tabindex="-1"
56
  bind:this={modalEl}
57
  on:keydown={handleKeydown}
58
- class="max-h-[90dvh] overflow-y-auto overflow-x-hidden rounded-2xl bg-white shadow-2xl outline-none sm:-mt-10 sm:max-h-screen {width}"
59
  >
60
  <slot />
61
  </div>
 
55
  tabindex="-1"
56
  bind:this={modalEl}
57
  on:keydown={handleKeydown}
58
+ class="max-h-[90dvh] overflow-y-auto overflow-x-hidden rounded-2xl bg-white shadow-2xl outline-none sm:-mt-10 {width}"
59
  >
60
  <slot />
61
  </div>