add height 100%

This commit is contained in:
ogerly 2022-03-29 17:03:59 +02:00
parent 0b215954ba
commit cdc98c63a7

View File

@ -17,6 +17,10 @@ export default {
}
</script>
<style>
#app {
height: 100%;
}
.pointer {
cursor: pointer;
}