diff --git a/src/App.scss b/src/App.scss
index 454b99f0..8dedd3c1 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -4,10 +4,19 @@
@import './shared/shared.css';
.main {
- flex-direction: row;
- font-family: Heebo;
+ flex-direction: row;
+ font-family: Heebo;
}
-.page-title{
- margin-top: 0;
-}
\ No newline at end of file
+.page-title {
+ margin-top: 0;
+}
+
+iframe {
+ width: 100%;
+ height: 100%;
+ border: none;
+ position: absolute;
+ top: 0;
+ left: 0;
+}
diff --git a/src/routes/index.tsx b/src/routes/index.tsx
index b094fb0b..500817cb 100644
--- a/src/routes/index.tsx
+++ b/src/routes/index.tsx
@@ -110,6 +110,7 @@ const getRoutesList = () => {
}}
/>
} />
+ } />
} key="back" />
//