hide overflow on Inspect

feat/vaults
Tomáš Mládek 2021-06-19 18:02:02 +02:00
parent 0beca214df
commit 1a59f22c68
1 changed files with 4 additions and 0 deletions

View File

@ -262,6 +262,10 @@ export default defineComponent({
</script>
<style lang="scss">
.inspect {
overflow: auto;
}
table {
width: 100%;