Hide horizontal overflow in apps tab

This commit is contained in:
jelveh
2026-04-25 11:12:52 -07:00
parent 0b3de54a37
commit d3c4aa1cfd
+4
View File
@@ -461,6 +461,10 @@ body {
margin: 0 auto;
}
.dashboard-section-apps .dashboard-tab-content{
overflow-x: hidden;
}
.dashboard-section-usage {
max-width: 600px;
margin: 0 auto;