/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
packages/widget-dashboard/src/components/widget-frame/widget-frame.module.css
17 строк
311 B
Damián Suárez
Widget Dashboard: reserve paint space for tile focus rings (#79990)
08 июл 2026, 14:29
Не верифицирован
08 июл 2026, 14:29
bbd0c7a
Код
Авторство
О чём код?
/* Scroll viewport that fills the tile height; min:0 bounds tall content. */ .content { flex: 1; height: 100%; overflow-y: auto; min-width: 0; min-height: 0; } /* Bleeding body reaches the card borders. Card exposes no padding-less section. */ .bleed-content { padding: 0; } .loading { height: 100%; }