@afeefa/vue-app 0.0.137 → 0.0.139

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- 0.0.137
1
+ 0.0.139
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.139",
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: auto;
107
108
 
108
109
  &:not(.visible) {
109
110
  right: -80vw;