fix overflow menu scrolling

This commit is contained in:
Thomas Amland 2021-05-13 13:08:23 +02:00
parent 6ca8874fc5
commit 40b0d77c47
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<b-button variant="secondary" class="mr-2" @click="toggleFavourite"> <b-button variant="secondary" class="mr-2" @click="toggleFavourite">
<Icon :icon="album.favourite ? 'heart-fill' : 'heart'" /> <Icon :icon="album.favourite ? 'heart-fill' : 'heart'" />
</b-button> </b-button>
<b-dropdown variant="secondary" boundary="window" no-caret toggle-class="px-1"> <b-dropdown variant="secondary" no-caret toggle-class="px-1">
<template #button-content> <template #button-content>
<Icon icon="three-dots-vertical" /> <Icon icon="three-dots-vertical" />
</template> </template>

View File

@ -1,7 +1,6 @@
<template> <template>
<b-dropdown <b-dropdown
variant="link" variant="link"
boundary="window"
no-caret no-caret
toggle-class="p-0" toggle-class="p-0"
:disabled="disabled" :disabled="disabled"