RubyGems
npm
Organizations
Log in
Sign up
npm
@afeefa/vue-app
Versions diffs
0.0.137 → 0.0.139
@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.
Files changed (3)
hide
show
package/.afeefa/package/release/version.txt
+1
-1
package/package.json
+1
-1
package/src-admin/components/FlyingContextContainer.vue
+1
-0
package/.afeefa/package/release/version.txt
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.0.
137
1
+
0.0.
139
package/package.json
CHANGED
Viewed
@@ -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",
package/src-admin/components/FlyingContextContainer.vue
CHANGED
Viewed
@@ -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;