ente/web/packages/shared/components/Navbar/SelectionBar.tsx
2024-03-01 12:21:07 +05:30

6 lines
162 B
TypeScript

import { styled } from "@mui/material";
import NavbarBase from "./base";
export const SelectionBar = styled(NavbarBase)`
position: fixed;
z-index: 12;
`;