Fix portfolio matrix right-edge overflow in fullscreen

This commit is contained in:
2026-03-01 19:15:29 -05:00
parent 01ad57973c
commit 6cef5f95ad
3 changed files with 4 additions and 4 deletions

View File

@@ -246,7 +246,7 @@ export default function PortfolioPage() {
) : holdings.length === 0 ? (
<p className="text-sm text-[color:var(--terminal-muted)]">No holdings added yet.</p>
) : (
<div className="overflow-x-auto">
<div className="max-w-full overflow-x-auto">
<table className="data-table min-w-[780px]">
<thead>
<tr>