Fix popover position on portfolio project page
This commit is contained in:
parent
ad0205cf76
commit
77eecefeb1
|
|
@ -106,16 +106,18 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import "@/styles/_variables.scss";
|
@import "~styles/_helpers.scss";
|
||||||
@import "@/styles/_mixins.scss";
|
|
||||||
|
|
||||||
.project-actions {
|
.project-actions {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&__more-link {
|
&__more-link {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__popover {
|
&__popover {
|
||||||
@include popover-defaults();
|
@include popover-defaults();
|
||||||
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue