diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-11 11:49:18 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-15 21:22:41 -0400 |
| commit | e3ac71968b549e90e90db976da1571fddbbb6472 (patch) | |
| tree | e3883204c295c78ef62ca08bc55dfbce15c65a16 /src | |
| parent | c4789a348fe2bc10ed253f5dafca6547855569ed (diff) | |
fix moderation menu partially hidden by usercard boundary
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card/user_card.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index ef3a5144..9e142480 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -283,7 +283,6 @@ .user-card { background-size: cover; - overflow: hidden; .panel-heading { padding: .5em 0; @@ -298,6 +297,8 @@ word-wrap: break-word; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), $fallback--bg 80%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--bg, $fallback--bg) 80%); + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; } p { |
