offset for mobile

This commit is contained in:
hay-kot 2021-04-25 17:45:02 -08:00
commit ce3df4e03d

View file

@ -6,6 +6,7 @@
bottom
right
offset-y
offset-overflow
open-on-hover
close-delay="200"
>
@ -72,7 +73,7 @@ export default {
},
{
icon: "mdi-logout",
title: this.$t('user.logout'),
title: this.$t("user.logout"),
restricted: true,
nav: "/logout",
},
@ -85,7 +86,6 @@ export default {
],
};
},
mounted() {},
computed: {
filteredItems() {
if (this.loggedIn) {