hide overflow background

This commit is contained in:
2023-12-07 16:19:58 +01:00
parent 7c3e2a5c89
commit b9a0948b2c

View File

@@ -40,6 +40,9 @@ window.addEventListener('resize', event => {
<style scoped> <style scoped>
.background { .background {
overflow: hidden;
}
.background svg {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;