mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-29 09:58:36 +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">
|
||||
.grid {
|
||||
font-size: 90%;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue