@salesforcedevs/docs-components 1.3.282-scroll-fix-alpha → 1.3.282-tab2-alpha
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/package.json
CHANGED
|
@@ -385,7 +385,6 @@ mark {
|
|
|
385
385
|
/* offset page jump link due to fixed header */
|
|
386
386
|
[id] {
|
|
387
387
|
scroll-margin-top: calc(
|
|
388
|
-
var(--dx-g-global-header-height) + var(--dx-g-doc-header-height)
|
|
389
|
-
var(--dx-g-spacing-4xl) - var(--dx-g-spacing-xs)
|
|
388
|
+
var(--dx-g-global-header-height) + var(--dx-g-doc-header-height)
|
|
390
389
|
);
|
|
391
390
|
}
|
|
@@ -43,8 +43,7 @@ dx-toc {
|
|
|
43
43
|
/* offset page jump link due to fixed header */
|
|
44
44
|
::slotted(doc-heading) {
|
|
45
45
|
scroll-margin-top: calc(
|
|
46
|
-
var(--dx-g-global-header-height) + var(--dx-g-doc-header-height)
|
|
47
|
-
var(--dx-g-spacing-4xl) - var(--dx-g-spacing-xs)
|
|
46
|
+
var(--dx-g-global-header-height) + var(--dx-g-doc-header-height)
|
|
48
47
|
);
|
|
49
48
|
}
|
|
50
49
|
|