diff --git a/src/components/navigation/TopNav.vue b/src/components/navigation/TopNav.vue
index dd25b1651320ad5cc8159f59c3c20b5db86eacd1..084f17ecbda5a81011e918e76c79a54f624cc204 100644
--- a/src/components/navigation/TopNav.vue
+++ b/src/components/navigation/TopNav.vue
@@ -98,8 +98,9 @@ const navigate = (path: string) => {
 }
 
 .profile-icon{
-  height: 85%;
-  aspect-ratio: 1/1;
+  height: 100%;
+  width: 100%;
+  border-radius: 50%;
 }
 
 .burger-menu{
diff --git a/src/views/HomePageView.vue b/src/views/HomePageView.vue
index 2caf3ae9b9cebd7572851afbd87b75b3cce11dfc..477fafbef51bc5ba575927796dfe7f20595de04e 100644
--- a/src/views/HomePageView.vue
+++ b/src/views/HomePageView.vue
@@ -42,7 +42,6 @@ import SideNav from '@/components/navigation/SideNav.vue'
   flex-direction: row;
   height: 100%;
   width: 100%;
-  overflow-y: scroll;
 }
 
 .side-nav{