fastapi-rtk
Version:
A React component library for FastAPI in combination with FastAPI React Toolkit backend, built with Mantine, JsonForms, and Zustand.
26 lines (25 loc) • 380 B
JavaScript
const overlayProps = {
withinPortal: false,
h: "100%",
w: "100%",
pos: "absolute",
styles: {
overlay: {
display: "none"
},
inner: {
position: "relative",
height: "100%",
width: "100%",
padding: 0
},
content: {
position: "absolute",
height: "100%",
width: "100%"
}
}
};
export {
overlayProps
};