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