[A11y] fix skip-link z-index (#5123)

This commit is contained in:
Richard Schreiber
2025-05-21 13:30:39 +02:00
committed by GitHub
parent 1791a63f87
commit e3b74249c9

View File

@@ -76,6 +76,7 @@ html {
clip: auto;
}
#skip-to-main {
z-index: 9999;
/* padding is needed to make focus-outline visible */
padding: 8px;
background-color: inherit;