/
vasya2
/
var
Обзор
Документация
Войти
/
vasya2
/
var
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
client/src/components/Header/header.css
27 строк
468 B
Giovanni Ruberto
fix(client): skip to content button overlapping the nav (#54217)
29 мар 2024, 16:13
Не верифицирован
29 мар 2024, 16:13
83b6e4e
Код
Авторство
О чём код?
.site-header { position: fixed; top: 0; width: 100%; z-index: var(--z-index-site-header); } .skip-to-content-button { position: absolute; top: calc(var(--header-height) + 10px); font-weight: 600; padding-block: 1em; padding-inline: 1.5em; left: -1000px; } @media screen and (min-width: 980px) { .skip-to-content-button:focus { left: 15px; } } @media screen and (max-width: 979px) { .skip-to-content-button:focus { left: 5px; } }