CEC-1230 Datascope opens iframe dashboard (#174)
* CEC-1230 Datascope opens iframe dashboard * Clean up
This commit is contained in:
@@ -171,6 +171,15 @@ const useStyles = makeStyles((theme) => ({
|
||||
grow: {
|
||||
flexGrow: 1,
|
||||
},
|
||||
iframeResponsive: {
|
||||
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