위치 확인
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
yoon 2025-03-25 18:45:30 +09:00
parent 921e140aa4
commit 4f0bec0df3

View File

@ -68,8 +68,8 @@ export function useDatePicker() {
dpEl.style.display = 'block'; dpEl.style.display = 'block';
dpEl.style.position = 'fixed'; dpEl.style.position = 'fixed';
dpEl.style.top = `${rect.bottom + window.scrollY}px`; dpEl.style.top = `${rect.bottom + window.scrollY}px !important;`;
dpEl.style.left = `${rect.left + window.scrollX}px`; dpEl.style.left = `${rect.left + window.scrollX}px !important;`;
dpEl.style.transform = 'translate(-50%, -50%)'; dpEl.style.transform = 'translate(-50%, -50%)';
dpEl.style.zIndex = '9999'; dpEl.style.zIndex = '9999';
dpEl.style.border = 'none'; dpEl.style.border = 'none';