mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-01 04:56:19 +01:00
fix overflow css
This commit is contained in:
parent
4baf1596e8
commit
6e9f1e53bf
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue