wip: Fix for DoorCanvas
- PreviewDoor still broken
This commit is contained in:
parent
194a7bb0db
commit
c2892f6358
1 changed files with 6 additions and 2 deletions
|
@ -147,8 +147,12 @@ export default class extends Vue {
|
|||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
* {
|
||||
<style lang="scss" scoped>
|
||||
svg {
|
||||
cursor: crosshair;
|
||||
|
||||
* {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue