fix overflow

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

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

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

Loading…
Cancel
Save