fix moderation menu partially hidden by usercard boundary

This commit is contained in:
taehoon 2019-07-11 11:49:18 -04:00
parent c4789a348f
commit e3ac71968b
1 changed files with 2 additions and 1 deletions

View File

@ -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 {