diff --git a/interface/src/project/DashboardDevices.tsx b/interface/src/project/DashboardDevices.tsx
index f7109a565..039e09a83 100644
--- a/interface/src/project/DashboardDevices.tsx
+++ b/interface/src/project/DashboardDevices.tsx
@@ -133,7 +133,7 @@ const DashboardDevices: FC = () => {
Table: `
--data-table-library_grid-template-columns: 200px 130px 40px;
height: auto;
- max-height: 96%;
+ max-height: 93%;
overflow-y: scroll;
::-webkit-scrollbar {
display:none;
@@ -484,21 +484,8 @@ const DashboardDevices: FC = () => {