ente/apps/photos/src/components/Navbar/SelectionBar.tsx

7 lines
178 B
TypeScript
Raw Normal View History

2022-05-28 07:11:21 +00:00
import NavbarBase from 'components/Navbar/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
`;