Fix snapshot dropdown
This commit is contained in:
parent
768e3f2e1d
commit
bc60aafafb
|
|
@ -5,7 +5,7 @@
|
|||
<a
|
||||
data-cy="module-snapshots-button"
|
||||
class="snapshot-menu__toggle"
|
||||
@click="showPopover = true">Snapshots</a>
|
||||
@click.stop="showPopover = true">Snapshots</a>
|
||||
<widget-popover
|
||||
class="snapshot-menu__popover"
|
||||
v-if="showPopover"
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
|
||||
&__popover {
|
||||
box-sizing: border-box;
|
||||
width: 300px;
|
||||
min-width: 300px;
|
||||
height: 170px;
|
||||
left: 0;
|
||||
top: 35px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue