@florid-kit/components 0.9.16 → 0.9.17

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.
Files changed (3) hide show
  1. package/index.js +5 -2
  2. package/index.mjs +5 -2
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -586,10 +586,13 @@
586
586
  ${at}
587
587
  }
588
588
 
589
- .content {
590
- flex: 1 1 auto;
589
+ [role="document"] {
591
590
  overflow-y: auto;
592
591
  overflow-x: hidden;
592
+ }
593
+
594
+ .content {
595
+ flex: 1 1 auto;
593
596
  padding: var(--spacing-xl);
594
597
 
595
598
  &.with-detail {
package/index.mjs CHANGED
@@ -1694,10 +1694,13 @@ p.styles = f`
1694
1694
  ${at}
1695
1695
  }
1696
1696
 
1697
- .content {
1698
- flex: 1 1 auto;
1697
+ [role="document"] {
1699
1698
  overflow-y: auto;
1700
1699
  overflow-x: hidden;
1700
+ }
1701
+
1702
+ .content {
1703
+ flex: 1 1 auto;
1701
1704
  padding: var(--spacing-xl);
1702
1705
 
1703
1706
  &.with-detail {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "0.9.16",
3
+ "version": "0.9.17",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",