@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.
- package/index.js +5 -2
- package/index.mjs +5 -2
- package/package.json +1 -1
package/index.js
CHANGED
package/index.mjs
CHANGED
|
@@ -1694,10 +1694,13 @@ p.styles = f`
|
|
|
1694
1694
|
${at}
|
|
1695
1695
|
}
|
|
1696
1696
|
|
|
1697
|
-
|
|
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 {
|