@afeefa/vue-app 0.0.156 → 0.0.157

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 0.0.156
1
+ 0.0.157
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.156",
3
+ "version": "0.0.157",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -90,6 +90,8 @@ export default class FlyingContextContainer extends Vue {
90
90
  } else {
91
91
  el.style.overflowY = this.oldOverflowY
92
92
  el.style.marginRight = 0
93
+
94
+ this.$el.style.left = '101vw' // set this if closing from outside e.g. via esc, which does not call this.hide()
93
95
  }
94
96
  this.isClosing = false
95
97
  }