diff --git a/web-app/seafoam/src/styles.css b/web-app/seafoam/src/styles.css index 2368aa3..2b543ce 100644 --- a/web-app/seafoam/src/styles.css +++ b/web-app/seafoam/src/styles.css @@ -4,4 +4,8 @@ body { .navbar { background-color: #131b23; + position: fixed; + left: 0; + height: 100%; + width: 20%; } \ No newline at end of file