ThouCanvas style

This commit is contained in:
Jörn-Michael Miehe 2023-01-23 23:49:29 +00:00
parent 9d9e3faa02
commit 709e0c81e4
2 changed files with 6 additions and 7 deletions

View file

@ -48,12 +48,5 @@ export default class DoorPlacer extends Vue {
<style lang="scss" scoped>
section > figure {
user-select: none;
img + * {
position: absolute;
left: 0;
top: 0;
z-index: auto;
}
}
</style>

View file

@ -66,5 +66,11 @@ export default class ThouCanvas extends Vue {
svg {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: auto;
}
</style>