Fixed user profile tabs causing the page to scroll

Closes #30338
This commit is contained in:
Phil Hughes 2017-04-03 09:05:21 +01:00
parent e7e9307219
commit 058dfbb0fd

View file

@ -230,6 +230,14 @@
font-size: 0; font-size: 0;
} }
.fade-right {
right: 0;
}
.fade-left {
left: 0;
}
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
.cover-block { .cover-block {
padding-top: 20px; padding-top: 20px;