ancre js
This commit is contained in:
@@ -29,6 +29,8 @@ $width-menu-slidedown : 550px;
|
||||
}
|
||||
|
||||
.layout-content{
|
||||
position: relative;
|
||||
top: $header-height;
|
||||
order: 2;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 6rem;
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
|
||||
.page-programme{
|
||||
|
||||
.layout__region--first{
|
||||
|
||||
position: relative;
|
||||
.block-region-first{
|
||||
|
||||
padding-left: 20%;
|
||||
// position: relative;
|
||||
padding-left:3rem;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
top: 10rem;
|
||||
> .block-block-content{
|
||||
// position: -webkit-sticky;
|
||||
// position: sticky;
|
||||
// top: 10rem;
|
||||
width: 100%;
|
||||
ul{
|
||||
padding-left: 0;
|
||||
|
||||
@@ -7,8 +7,7 @@ header{
|
||||
z-index: 101;
|
||||
width: 100vw;
|
||||
max-width: 100vw;
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
||||
@media (max-width:800px) {
|
||||
|
||||
Reference in New Issue
Block a user