ancre js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user