diff --git a/src/renderer/layout/AppLayout.vue b/src/renderer/layout/AppLayout.vue index 38edc7e..01de049 100644 --- a/src/renderer/layout/AppLayout.vue +++ b/src/renderer/layout/AppLayout.vue @@ -146,6 +146,7 @@ provide('openPlaylistDrawer', openPlaylistDrawer); overflow: auto; display: block; flex: none; + padding-bottom: 70px; } } diff --git a/src/renderer/layout/components/AppMenu.vue b/src/renderer/layout/components/AppMenu.vue index 2d2228f..267af28 100644 --- a/src/renderer/layout/components/AppMenu.vue +++ b/src/renderer/layout/components/AppMenu.vue @@ -113,8 +113,10 @@ const isText = ref(false); .app-menu { max-width: 100%; width: 100vw; - position: relative; - z-index: 999999; + position: fixed; + bottom: 0; + left: 0; + z-index: 99999; @apply bg-light dark:bg-black border-t border-gray-200 dark:border-gray-700; &-header { @@ -122,7 +124,7 @@ const isText = ref(false); } &-list { - @apply flex justify-between; + @apply flex justify-between px-4; } &-item {