diff --git a/src/App.css b/src/App.css index 888c7d4..d47972a 100644 --- a/src/App.css +++ b/src/App.css @@ -163,6 +163,7 @@ ::-webkit-scrollbar-track { background: transparent; border-radius: 10px; + } /* The draggable scrollbar handle */ diff --git a/src/Components/Header.jsx b/src/Components/Header.jsx index caf28b0..b35d3b6 100644 --- a/src/Components/Header.jsx +++ b/src/Components/Header.jsx @@ -29,10 +29,11 @@ const Header = ({ link, btnTitle, title }) => { // backdropFilter="blur(10px) hue-rotate(90deg)" position={"sticky"} top={0} + me={0.5} zIndex={999} className={`${ link && btnTitle ? "" : " pt-3 pb-3 " - } p-2 pe-2 ps-0 fw-400 border-bottom d-flex justify-content-between align-items-center`} + } p-2 pe-2 ps-0 fw-400 border-bottom d-flex justify-content-between align-items-center`} > {/* Community */} diff --git a/src/Layout/DefaultLayout.jsx b/src/Layout/DefaultLayout.jsx index 27fca57..1999d63 100644 --- a/src/Layout/DefaultLayout.jsx +++ b/src/Layout/DefaultLayout.jsx @@ -119,13 +119,16 @@ const DashboardLayout = () => { width: "100vw", position: "relative", overflow: "hidden", + // backgroundColor:"#101015" // backgroundColor:"#000000" }} className="d-flex" + pe={0.5} + >