1
0

feat: moved some link-share.scss styles to the contentLinkShare and linkSharing components

This commit is contained in:
Dominik Pschenitschni
2021-10-18 14:33:13 +02:00
parent 3e456782df
commit 57d5afa530
3 changed files with 27 additions and 24 deletions

View File

@ -258,3 +258,10 @@ export default {
},
}
</script>
<style lang="scss" scoped>
// FIXME: I think this is not needed
.sharables-list:not(.card-content) {
overflow-y: auto
}
</style>