/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/Layout/styles.module.css
28 строк
483 B
Dongjoon Lee
fix(theme-classic): content container grow to take all the available space (#8463)
22 дек 2022, 21:20
Не верифицирован
22 дек 2022, 21:20
c0102bd
Код
Авторство
О чём код?
/** * 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. */ html, body { height: 100%; } .mainWrapper { flex: 1 0 auto; display: flex; flex-direction: column; } /* Docusaurus-specific utility class */ :global(.docusaurus-mt-lg) { margin-top: 3rem; } :global(#__docusaurus) { min-height: 100%; display: flex; flex-direction: column; }