diff --git a/css/style.css b/css/style.css index 1c8791e..a24b7c2 100755 --- a/css/style.css +++ b/css/style.css @@ -373,6 +373,8 @@ body { position: fixed; z-index: 99; } .contain-to-grid .top-bar { + -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08); + box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08); background: #fff; max-width: 100%; }