mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 08:13:01 +00:00
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 {}
|
export default class extends Vue {}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
dd {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue