fix overflow menu scrolling
This commit is contained in:
parent
6ca8874fc5
commit
40b0d77c47
@ -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>
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user