@timbal-ai/timbal-react 0.5.2 → 0.5.4
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 +676 -658
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.esm.js +410 -392
- package/dist/styles.css +1 -4
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -460,11 +460,8 @@
|
|
|
460
460
|
* Component fixes — baked in so consumers don't need overrides *
|
|
461
461
|
* =============================================================== */
|
|
462
462
|
|
|
463
|
-
/*
|
|
464
|
-
not bleed through the composer. */
|
|
463
|
+
/* Sticky footer stacks above scrolling messages; composer shell is opaque. */
|
|
465
464
|
.aui-thread-viewport-footer {
|
|
466
|
-
background-color: var(--background) !important;
|
|
467
|
-
border-radius: 0 !important;
|
|
468
465
|
isolation: isolate;
|
|
469
466
|
z-index: 10;
|
|
470
467
|
}
|