/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/TOC/styles.module.css
23 строки
483 B
Sébastien Lorber
chore: upgrade stylelint (#11992)
29 май 2026, 18:24
Не верифицирован
29 май 2026, 18:24
ff28bdf
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .tableOfContents { max-height: calc(100vh - (var(--ifm-navbar-height) + 2rem)); overflow-y: auto; position: sticky; top: calc(var(--ifm-navbar-height) + 1rem); } @media (width <= 996px) { .tableOfContents { display: none; } .docItemContainer { padding: 0 0.3rem; } }