fix overflow css

This commit is contained in:
samunohito 2024-07-07 17:17:26 +09:00
parent 4baf1596e8
commit 6e9f1e53bf
1 changed files with 1 additions and 0 deletions

View File

@ -1272,6 +1272,7 @@ onMounted(() => {
<style module lang="scss">
.grid {
font-size: 90%;
overflow-x: scroll;
}
</style>