Fix snapshot dropdown

This commit is contained in:
Ramon Wenger 2021-11-02 20:14:32 +01:00
parent 768e3f2e1d
commit bc60aafafb
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<a <a
data-cy="module-snapshots-button" data-cy="module-snapshots-button"
class="snapshot-menu__toggle" class="snapshot-menu__toggle"
@click="showPopover = true">Snapshots</a> @click.stop="showPopover = true">Snapshots</a>
<widget-popover <widget-popover
class="snapshot-menu__popover" class="snapshot-menu__popover"
v-if="showPopover" v-if="showPopover"
@ -81,7 +81,7 @@
&__popover { &__popover {
box-sizing: border-box; box-sizing: border-box;
width: 300px; min-width: 300px;
height: 170px; height: 170px;
left: 0; left: 0;
top: 35px; top: 35px;