@helpwave/hightide 0.8.9 → 0.8.11

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.
@@ -4393,7 +4393,7 @@
4393
4393
  column-gap: calc(var(--spacing) * 2);
4394
4394
  min-height: calc(var(--spacing) * 0);
4395
4395
  flex: 1;
4396
- overflow: hidden;
4396
+ overflow-x: auto;
4397
4397
  -webkit-user-select: none;
4398
4398
  user-select: none;
4399
4399
  }
@@ -1,6 +1,6 @@
1
1
  @layer components {
2
2
  [data-name="time-picker-container"] {
3
- @apply flex-row-2 flex-1 min-h-0 select-none overflow-hidden;
3
+ @apply flex-row-2 flex-1 min-h-0 select-none overflow-x-auto;
4
4
  }
5
5
 
6
6
  [data-name="time-picker-value-column"] {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "git+https://github.com/helpwave/hightide.git"
8
8
  },
9
9
  "license": "MPL-2.0",
10
- "version": "0.8.9",
10
+ "version": "0.8.11",
11
11
  "files": [
12
12
  "dist"
13
13
  ],