diff --git a/src/style.css b/src/style.css index 6dffd2c..cbe4ecb 100644 --- a/src/style.css +++ b/src/style.css @@ -27,6 +27,11 @@ header { display: flex; justify-content: flex-end; background-color: #1E3E62; + position: sticky; + position: -webkit-sticky; + top: 0; + left: 0; + right: 0; } header nav {