diff --git a/frontend/src/scripts/index.js b/frontend/src/scripts/index.js index d132c92..2baa5d4 100644 --- a/frontend/src/scripts/index.js +++ b/frontend/src/scripts/index.js @@ -41,11 +41,11 @@ class Main extends Component { return (
{this.state.status == "success" && -
+
{this.state.text}
} {this.state.status == "failed" && -
+
{this.state.text}
}
diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 997fbdd..facb04e 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -12,4 +12,9 @@ .video{ margin-top: 30px; +} + +.absolute{ + position: fixed; + top: 0px; } \ No newline at end of file