mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 00:03:07 +00:00
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>
|
<style lang="scss" scoped>
|
||||||
section > figure {
|
section > figure {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
img + * {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
z-index: auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -66,5 +66,11 @@ export default class ThouCanvas extends Vue {
|
||||||
svg {
|
svg {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
|
||||||
|
z-index: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in a new issue