fix overflow

pull/2132/head
Richard Harris 7 years ago
parent bf2c4e4680
commit 57d5d67ebe

@ -18,6 +18,10 @@
.curious {
transform: translate(-15%, 0) rotate(0deg);
}
:global(body) {
overflow: hidden;
}
</style>
<svelte:body/>

@ -18,6 +18,10 @@
.curious {
transform: translate(-15%, 0) rotate(0deg);
}
:global(body) {
overflow: hidden;
}
</style>
<svelte:body

Loading…
Cancel
Save