ThouCanvas style
This commit is contained in:
parent
9d9e3faa02
commit
709e0c81e4
2 changed files with 6 additions and 7 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue