We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc72a7 commit a0d3730Copy full SHA for a0d3730
Client/src/Pages/Maintenance/index.jsx
@@ -63,14 +63,17 @@ const Maintenance = () => {
63
return (
64
<Box
65
className="maintenance table-container"
66
+
67
sx={{
68
+ ':has(> [class*="fallback__"])': {
69
position: "relative",
70
border: 1,
71
borderColor: theme.palette.primary.lowContrast,
72
borderRadius: theme.shape.borderRadius,
73
borderStyle: "dashed",
74
backgroundColor: theme.palette.primary.main,
75
overflow: "hidden",
76
+ },
77
}}
78
>
79
<Stack gap={theme.spacing(8)}>
0 commit comments