@seamly/web-ui 21.0.2-beta.5 → 21.0.2-beta.6

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.
@@ -24388,7 +24388,7 @@ const StyleGuideLinks = ({
24388
24388
  e.preventDefault();
24389
24389
  if (layoutMode === 'inline') {
24390
24390
  window.scroll({
24391
- top: document.querySelector('.cvco-app').offsetTop,
24391
+ top: document.querySelector('.chat-inline').offsetTop,
24392
24392
  behavior: 'smooth'
24393
24393
  });
24394
24394
  }