builder avec section > suppression du bandeau qui contient le titre de la page - donc le titre du site passe en h1 sur les pages sectionnées aussi, anchors-strip sticky
This commit is contained in:
parent
f0158eea5b
commit
3900966800
5 changed files with 25 additions and 5 deletions
|
|
@ -1,5 +1,10 @@
|
|||
.anchors-strip {
|
||||
padding: calc(var(--padding-vertical) / 1.6) var(--space-m) !important;
|
||||
position: sticky;
|
||||
top: var(--header-height, 0px);
|
||||
z-index: 9;
|
||||
background-color: #fff !important;
|
||||
box-shadow: 0px -10px #fff; /*pour éviter un petit bug du à la latence de anchors-strip_stiky.js*/
|
||||
}
|
||||
|
||||
.anchors-strip ul {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue