@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.
@@ -1 +1 @@
1
- 0.0.104
1
+ 0.0.105
package/package.json CHANGED
@@ -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",
@@ -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>
@@ -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;