/
Julic
/
simpleFilter
Обзор
Документация
Войти
/
Julic
/
simpleFilter
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
gh-pages
src/styles/App.css
14 строк
276 B
4erepashka
modified
11 мар 2024, 15:04
11 мар 2024, 15:04
f301679
Код
Авторство
О чём код?
*, *::before, *::after { box-sizing: inherit; } html { /* this makes sure the padding and the border is included in the box sizing */ box-sizing: border-box; overflow-y: scroll; } html, body, .app { width: 100vw; padding: 0; margin: 0; overflow-x: hidden; }