[CSS] Fixed position: sticky which rendered mobile users unable to view main page features section.
This commit is contained in:
parent
ff0370af35
commit
6e8c9c49c9
@ -111,11 +111,14 @@ header * {
|
||||
height: 3rem !important;
|
||||
width: 3rem !important;
|
||||
}
|
||||
.content,
|
||||
.ribbon-wrapper,
|
||||
.content-team {
|
||||
padding: 2rem !important;
|
||||
@media screen and (max-height: 1090px) {
|
||||
.content,
|
||||
.ribbon-wrapper,
|
||||
.content-team {
|
||||
position: relative !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user