fix(settings): overflow of select on mobile
This commit is contained in:
parent
7c54d1accf
commit
acf9f836a7
@ -322,3 +322,9 @@ async function updateSettings() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.select select {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user