1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00

fix: prevent scrollbar-x from appearing on small screens

This commit is contained in:
Aleksey Solovyev 2022-11-29 22:01:50 +03:00
parent 3ca4a175e9
commit 36ba3a3cd8

View file

@ -8,6 +8,7 @@
.docs { .docs {
min-height: calc(100vh - var(--layout-height-header)); min-height: calc(100vh - var(--layout-height-header));
overflow-x: hidden;
@media (--desktop) { @media (--desktop) {
display: flex; display: flex;