Fixed character sheet tabs not taking up the full screen height

This commit is contained in:
Thaum Rystra
2020-05-15 13:38:31 +02:00
parent a771d896a8
commit 4b3f068d87

View File

@@ -103,3 +103,10 @@
},
}
</script>
<style>
.character-sheet .v-window-item {
min-height: calc(100vh - 96px);
overflow: hidden;
}
</style>