diff --git a/src/index.html b/src/index.html index 1cad372..9a19975 100644 --- a/src/index.html +++ b/src/index.html @@ -13,7 +13,7 @@ - + @@ -38,25 +38,24 @@ menu
- Wohnbereich und Teil der Küchenzeile mit Blick Richtung Fenster + Wohnbereich und Teil der Küchenzeile mit Blick Richtung Fenster
@@ -94,7 +93,7 @@
- Schlafzimmer mit Schrank, Kommode und Kingsize-Bett + Schlafzimmer mit Schrank, Kommode und Kingsize-Bett
@@ -194,8 +193,8 @@
- Wohnbereich und Teil der Küchenzeile mit Blick Richtung Fenster + Wohnbereich und Teil der Küchenzeile mit Blick Richtung Fenster
@@ -293,7 +292,7 @@
diff --git a/src/scss/style.scss b/src/scss/style.scss index 4dbe5cb..f4a5ad1 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -65,6 +65,11 @@ a:not([href^='#']) { border-radius: 0; } +.sticky { + position: -webkit-sticky; + position: sticky; + z-index: 995; +} @media only screen and (max-width:600px) { #willkommen-banner { diff --git a/src/style.css b/src/style.css index 078d703..ec007cb 100644 --- a/src/style.css +++ b/src/style.css @@ -43,6 +43,11 @@ a:not([href^='#']) { background-color: rgba(0, 0, 0, 0.7); border-radius: 0; } +.sticky { + position: -webkit-sticky; + position: sticky; + z-index: 995; } + @media only screen and (max-width: 600px) { #willkommen-banner { height: calc(100vh - 56px);