Skip to content

Commit 3b69911

Browse files
committed
docs: fix Skip to Content z-index
1 parent 32fdb6e commit 3b69911

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/src/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ html {
222222
z-index: 10000;
223223
}
224224

225+
[aria-label="Navigation"] .bx--skip-to-content:focus {
226+
z-index: calc(10000 + 1);
227+
}
228+
225229
[aria-label="Navigation"] ~ [data-components] {
226230
z-index: calc(8000 + 1);
227231
}

0 commit comments

Comments
 (0)