From 25b099ba90d5a5e66aedbe7db04dda16edfa8223 Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 27 Jan 2026 02:47:23 +0000 Subject: Fix history page contracts dropdown overflow Replace native HTML onContractChange(e.target.value || null)} - className="font-mono text-xs text-[#9bc3ff] bg-[#0a1525] border border-[rgba(117,170,252,0.25)] px-2 py-1 focus:border-[#3f6fb3] focus:outline-none min-w-[150px]" - > - - {contracts.map((contract) => ( - - ))} - +
+ + {isDropdownOpen && ( +
+ + {contracts.map((contract) => ( + + ))} +
+ )} +
{/* Date range */} -- cgit v1.2.3