Chris D XenForo developer Staff member Jan 22, 2014 #1 The padding: 10px from primaryContent means the gradient is 10px shorter at the bottom. Suggested fix: Rich (BB code): .MultiQuoteItem .messageArea { position: relative; overflow: hidden; padding-bottom: 0; }
The padding: 10px from primaryContent means the gradient is 10px shorter at the bottom. Suggested fix: Rich (BB code): .MultiQuoteItem .messageArea { position: relative; overflow: hidden; padding-bottom: 0; }
Mike XenForo developer Staff member Jan 22, 2014 #2 The position of the gradient is mostly ok, as there actually needs to be an overflow hidden on that.