@botfabrik/engine-webclient 4.100.0 → 4.100.3

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/README.md CHANGED
@@ -389,7 +389,12 @@ Favicons können z.B. mittels https://realfavicongenerator.net/ generiert werden
389
389
  --text-link-color-hover: var(--brand-primary-color);
390
390
 
391
391
  /* chat window */
392
+ --window-top: auto;
393
+ --window-right: 1em;
394
+ --window-bottom: 1em;
395
+ --window-left: auto;
392
396
  --window-height: 43em;
397
+ --window-max-height: calc(100vh - 2em);
393
398
  --window-width: 25em;
394
399
  --window-border-radius: 8px;
395
400
  --header-height: 4em;