mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-25 16:19:44 +02:00
fix: prevent scrollbar-x from appearing on small screens
This commit is contained in:
parent
3ca4a175e9
commit
36ba3a3cd8
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
.docs {
|
||||
min-height: calc(100vh - var(--layout-height-header));
|
||||
overflow-x: hidden;
|
||||
|
||||
@media (--desktop) {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue