diff --git a/Frontend/src/App.css b/Frontend/src/App.css index 79111719..f2384d68 100644 --- a/Frontend/src/App.css +++ b/Frontend/src/App.css @@ -38,6 +38,8 @@ body { height: 100%; display: grid; grid-template-columns: 1fr 8fr; + position: absolute; + left: 10%; } .grid-container:nth-child(2) { @@ -48,6 +50,8 @@ body { border-right: solid; background-color: white; opacity: 60%; + position: fixed; + left: 10px; } .navList li { @@ -79,6 +83,7 @@ body { font-size: 2rem; list-style: none; text-align: left; + position: fixed; } .navList a, diff --git a/Frontend/src/util/RequestService.js b/Frontend/src/util/RequestService.js index 5a285542..27e7af91 100644 --- a/Frontend/src/util/RequestService.js +++ b/Frontend/src/util/RequestService.js @@ -19,7 +19,7 @@ */ import axios from 'axios'; -const backendUrl = 'http://localhost:8080'; +const backendUrl = 'http://192.168.99.100:8080'; // This is for use with our Java API function generateApiInstance() {