ConfigView overflow auto
This commit is contained in:
parent
657a7507f7
commit
451fd6bb88
1 changed files with 6 additions and 0 deletions
|
@ -98,3 +98,9 @@ import BulmaDrawer from "./bulma/Drawer.vue";
|
|||
})
|
||||
export default class extends Vue {}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
dd {
|
||||
overflow-x: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue