전체화면 모드 메뉴 상단으로 위치이동

This commit is contained in:
Macbook
2026-06-03 14:14:02 +09:00
parent ba592b0789
commit 4dc7962a2f
9 changed files with 836 additions and 351 deletions
@@ -25,6 +25,7 @@ interface NotifyTopMenuBarProps {
onTradeAlertPopupPosition?: (v: TradeAlertPopupPosition) => void;
onTradeAlertPopupLayout?: (v: TradeAlertPopupLayout) => void;
onTradeAlertPopupGridCols?: (v: number) => void;
onFullscreen?: () => void;
}
export const NotifyTopMenuBar: React.FC<NotifyTopMenuBarProps> = props => {