ente/packages/shared/components/Navbar/SelectionBar.tsx

7 lines
162 B
TypeScript
Raw Normal View History

2023-11-09 04:10:43 +00:00
import NavbarBase from './base';
import { styled } from '@mui/material';
2022-05-28 07:11:21 +00:00
export const SelectionBar = styled(NavbarBase)`
position: fixed;
2023-04-14 14:34:53 +00:00
z-index: 12;
2022-05-28 07:11:21 +00:00
`;