page static region third not sticky
This commit is contained in:
@@ -258,10 +258,7 @@ a {
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 70%;
|
width: 70%; }
|
||||||
position: -webkit-sticky;
|
|
||||||
position: sticky;
|
|
||||||
top: 9rem; }
|
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
|
.path-node.page-node-type-static .layout-container .layout-content .layout__region--third .block-region-third {
|
||||||
margin: auto; } }
|
margin: auto; } }
|
||||||
|
|||||||
@@ -122,9 +122,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
position: -webkit-sticky;
|
// position: -webkit-sticky;
|
||||||
position: sticky;
|
// position: sticky;
|
||||||
top: 9rem;
|
// top: 9rem;
|
||||||
@media (max-width: 810px){
|
@media (max-width: 810px){
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user