mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 20:19:17 +00:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
import { styled } from "@mui/material";
|
|
import NavbarBase from "./base";
|
|
export const SelectionBar = styled(NavbarBase)`
|
|
position: fixed;
|
|
z-index: 12;
|
|
`;
|