fix height

This commit is contained in:
2023-12-07 17:37:10 +01:00
parent ab4ca23351
commit 44e29f5bca

View File

@@ -40,13 +40,13 @@ window.addEventListener('resize', event => {
<style scoped> <style scoped>
.background { .background {
overflow: hidden; overflow: hidden;
height: 100vh;
width: 100vw;
} }
.background svg { .background svg {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
height: 100%;
width: 100%;
z-index: -1; z-index: -1;
} }
</style> </style>