diff --git a/src/styles/banner.scss b/src/styles/banner.scss index 620ece2..b361a86 100644 --- a/src/styles/banner.scss +++ b/src/styles/banner.scss @@ -2,6 +2,8 @@ @import "./variables.scss"; .top-banner{ + position: sticky; + top: 0; display: grid; grid-template-columns: 0.5fr 1fr 0.5fr; grid-template-areas: "menu logo clock"; @@ -9,9 +11,6 @@ align-items: center; justify-items: center; background-color: $primary; - -webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); - -moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); - box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65); } .company-logo{