Fix ZIndex Dropdown
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user