ente/src/components/Navbar/SelectionBar.tsx

8 lines
178 B
TypeScript
Raw Normal View History

2022-05-28 07:11:21 +00:00
import NavbarBase from 'components/Navbar/base';
2022-06-13 14:23:26 +00:00
import styled from 'styled-components';
2022-05-28 07:11:21 +00:00
export const SelectionBar = styled(NavbarBase)`
position: fixed;
2022-05-28 14:38:06 +00:00
z-index: 2;
2022-05-28 07:11:21 +00:00
`;