diff --git a/client/src/components/Header/Header.css b/client/src/components/Header/Header.css index 93d45f3e66c..d52bdd69755 100644 --- a/client/src/components/Header/Header.css +++ b/client/src/components/Header/Header.css @@ -33,7 +33,8 @@ } .header { - position: relative; + position: sticky; + top: 0; padding: 5px 0; z-index: 102; }