Fix context menu on mobile

This commit is contained in:
James Lyne 2021-05-25 13:13:39 +01:00
parent 327f2da4bc
commit d6cf0cbe2a

View File

@ -202,6 +202,7 @@ export default defineComponent({
@media screen and (max-width: 767px) {
bottom: 0.5rem;
top: auto;
left: 0;
right: 0;
margin: auto;