diff --git a/src/implementations/vanilla/components/skip-link/skip-link.scss b/src/implementations/vanilla/components/skip-link/skip-link.scss index c32f14fb2d8..5897788308a 100644 --- a/src/implementations/vanilla/components/skip-link/skip-link.scss +++ b/src/implementations/vanilla/components/skip-link/skip-link.scss @@ -24,7 +24,7 @@ text-decoration: underline; white-space: nowrap; width: 1px; - z-index: map.get(theme.$z-index, 'highlight'); + z-index: calc(map.get(theme.$z-index, 'modal') + 1); &:active, &:focus-visible {