fix overflow css

This commit is contained in:
samunohito 2024-07-07 17:17:26 +09:00
parent 4baf1596e8
commit 6e9f1e53bf

View file

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