@eric-emg/symphiq-components 1.2.104 → 1.2.105

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.
@@ -25083,7 +25083,7 @@ class FloatingTocComponent {
25083
25083
  }
25084
25084
  calculateContainerOffset() {
25085
25085
  if (this.embedded) {
25086
- this.containerTopOffset.set(250);
25086
+ this.containerTopOffset.set(175);
25087
25087
  }
25088
25088
  else {
25089
25089
  this.containerTopOffset.set(0);
@@ -25091,7 +25091,7 @@ class FloatingTocComponent {
25091
25091
  }
25092
25092
  getCalculatedTopPosition() {
25093
25093
  if (this.embedded) {
25094
- return 250;
25094
+ return 175;
25095
25095
  }
25096
25096
  return this.BASE_OFFSET;
25097
25097
  }