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 }),
|
||||
};
|
||||
|
||||
const CATEGORIA_ID = 5; // ID para Senadores
|
||||
|
||||
Reference in New Issue
Block a user