fuma 2.0.35 → 2.0.36

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.
@@ -52,7 +52,11 @@
52
52
  afterNavigate(initFields)
53
53
  </script>
54
54
 
55
- <div class="{klass} bg-base-100 overflow-x-auto rounded-lg border" class:min-h-[320px]={!hideBody}>
55
+ <div
56
+ class="{klass} bg-base-100 overflow-x-auto rounded-lg border"
57
+ class:min-h-[320px]={!hideBody}
58
+ use:maxHeightScreen={{ padding: screenPadding }}
59
+ >
56
60
  <table class="relative table">
57
61
  <TableHead {fields} {key} {onCreateField} />
58
62
  {#if !hideBody && items.length}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod, prisma, lucia",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",