Merge branch 'user-page-horizontal-scrolling' into 'master'
Fixed user profile tabs causing the page to scroll Closes #30338 See merge request !10405
This commit is contained in:
commit
29a7a8c75b
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue