@copilotz/chat-ui 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/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/styles.css +6 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -336,6 +336,9 @@
|
|
|
336
336
|
.z-20 {
|
|
337
337
|
z-index: 20;
|
|
338
338
|
}
|
|
339
|
+
.z-30 {
|
|
340
|
+
z-index: 30;
|
|
341
|
+
}
|
|
339
342
|
.z-50 {
|
|
340
343
|
z-index: 50;
|
|
341
344
|
}
|
|
@@ -1663,6 +1666,9 @@
|
|
|
1663
1666
|
.overflow-hidden {
|
|
1664
1667
|
overflow: hidden;
|
|
1665
1668
|
}
|
|
1669
|
+
.overflow-visible {
|
|
1670
|
+
overflow: visible;
|
|
1671
|
+
}
|
|
1666
1672
|
.overflow-x-auto {
|
|
1667
1673
|
overflow-x: auto;
|
|
1668
1674
|
}
|