mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-11 09:20:53 +00:00
hide x-axis overflow
This commit is contained in:
parent
5e05e17f59
commit
b2db7ff287
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ body {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
min-height: 100dvh;
|
min-height: 100dvh;
|
||||||
font-size: 1.0248em;
|
font-size: 1.0248em;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-full],
|
html[data-full],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue