@smartnet360/svelte-components 0.0.99 → 0.0.100

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.
@@ -434,7 +434,7 @@
434
434
  </div>
435
435
 
436
436
  <!-- Right: Charts -->
437
- <div class="col-lg-9 col-md-8 bg-light overflow-auto">
437
+ <div class="col-lg-9 col-md-8 bg-light d-flex flex-column" style="min-height: 0; height: 100%; overflow: hidden;">
438
438
  {#if chartData.length > 0}
439
439
  <ChartComponent
440
440
  layout={chartLayout}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartnet360/svelte-components",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",