Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 430b46b5 authored by peter_rabbit's avatar peter_rabbit
Browse files

feat:sticky header

parent 809008f1
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,11 @@ main .image-carousel .carousel-bullets .bullet.active {
}
main header {
width: 100%;
background-color: white;
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 10;
}
main header nav {
display: flex;
......
......@@ -98,6 +98,11 @@ main {
header {
width: 100%;
background-color: white;
position: sticky;
position: -webkit-sticky;
top: 0;
z-index: 10;
nav {
display: flex;
align-items: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment