Fix snapshot dropdown
This commit is contained in:
parent
768e3f2e1d
commit
bc60aafafb
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue