SelectionBar.tsx 162 B

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