Fix ZIndex Dropdown

This commit is contained in:
2025-09-05 14:10:37 -03:00
parent d52c452009
commit 1d9ed05446
6 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import './TickerWidget.css';
const formatPercent = (num: number) => `${(num || 0).toFixed(2).replace('.', ',')}%`;
const customSelectStyles = {
control: (base: any) => ({ ...base, minWidth: '220px', border: '1px solid #ced4da' }),
menu: (base: any) => ({ ...base, zIndex: 10 }),
menu: (base: any) => ({ ...base, zIndex: 100 }),
};
// Constante para la categoría de este widget