fix overflow css
This commit is contained in:
parent
4baf1596e8
commit
6e9f1e53bf
|
@ -1272,6 +1272,7 @@ onMounted(() => {
|
|||
<style module lang="scss">
|
||||
.grid {
|
||||
font-size: 90%;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue