From cb3dcc3081491c7c53fd57c8501c9943d23f53b0 Mon Sep 17 00:00:00 2001 From: M-Farmaha <115003821+M-Farmaha@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:19:23 +0200 Subject: [PATCH] fix --- src/components/AppBar/AppBar-styled.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppBar/AppBar-styled.jsx b/src/components/AppBar/AppBar-styled.jsx index 60cdbe1..680b541 100644 --- a/src/components/AppBar/AppBar-styled.jsx +++ b/src/components/AppBar/AppBar-styled.jsx @@ -5,11 +5,11 @@ export const Header = styled.header` display: flex; justify-content: center; height: 100px; - /* position: fixed; + position: fixed; top: 0; left: 0; right: 0; - z-index: 999; */ + z-index: 999; background-color: rgba(255, 255, 255, 0.8); /* backdrop-filter: blur(8px); */ box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px 0px;