diff --git a/source/src/components/Navbar.tsx b/source/src/components/Navbar.tsx index f03268a..7a40b89 100644 --- a/source/src/components/Navbar.tsx +++ b/source/src/components/Navbar.tsx @@ -13,8 +13,9 @@ import Sidebar from "./Sidebar" import ThemeToggleButton from "./ThemeToggleButton" const StyledNav = styled.nav` - position: absolute; + position: fixed; width: 100%; + background-color: ${(props) => theming.theme(props.theme.currentTheme, { light: theming.light.backgroundColor0,