CEC-2269: Embdeded Superset (#228)
Co-authored-by: Alexander Andrews <aandrews@fiskerinc.com>
This commit is contained in:
committed by
GitHub
parent
9a9766df12
commit
c5a86a5e61
@@ -180,6 +180,15 @@ const useStyles = makeStyles((theme) => ({
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
},
|
||||
iframe: {
|
||||
position: "absolute",
|
||||
top: 0,
|
||||
left: 0,
|
||||
bottom: 0,
|
||||
right: 0,
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
},
|
||||
embeddedWrapper: {
|
||||
marginTop: 10,
|
||||
position: "relative",
|
||||
|
||||
Reference in New Issue
Block a user