RubyGems
npm
Organizations
Log in
Sign up
npm
@afeefa/vue-app
Versions diffs
0.0.104 → 0.0.105
@afeefa/vue-app 0.0.104 → 0.0.105
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/.afeefa/package/release/version.txt
+1
-1
package/package.json
+1
-1
package/src/components/AContextMenu.vue
+3
-0
package/src-admin/components/FlyingContextContainer.vue
+0
-2
package/.afeefa/package/release/version.txt
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.0.
104
1
+
0.0.
105
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@afeefa/vue-app",
3
-
"version": "0.0.
104
",
3
+
"version": "0.0.
105
",
4
4
"description": "",
5
5
"author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
"license": "MIT",
package/src/components/AContextMenu.vue
CHANGED
Viewed
@@ -170,4 +170,7 @@ export default class AContextMenu extends Mixins(UsesPositionServiceMixin) {
170
170
margin: .3rem 0;
171
171
}
172
172
}
173
+
.contextButton {
174
+
cursor: pointer;
175
+
}
173
176
</style>
package/src-admin/components/FlyingContextContainer.vue
CHANGED
Viewed
@@ -94,8 +94,6 @@ export default class FlyingContextContainer extends Vue {
94
94
background: white;
95
95
transition: right .2s;
96
96
padding: 2rem;
97
-
overflow-x: hidden;
98
-
overflow-y: scroll;
99
97
100
98
&:not(.visible) {
101
99
right: -80vw;