@afeefa/vue-app 0.0.137 → 0.0.138

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.137
1
+ 0.0.138
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.137",
3
+ "version": "0.0.138",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -104,6 +104,7 @@ export default class FlyingContextContainer extends Vue {
104
104
  background: white;
105
105
  transition: right .2s;
106
106
  padding: 2rem;
107
+ overflow-y: scroll;
107
108
 
108
109
  &:not(.visible) {
109
110
  right: -80vw;