This commit is contained in:
parent
4f0bec0df3
commit
4ff3aa8fa3
@ -68,8 +68,8 @@ export function useDatePicker() {
|
||||
|
||||
dpEl.style.display = 'block';
|
||||
dpEl.style.position = 'fixed';
|
||||
dpEl.style.top = `${rect.bottom + window.scrollY}px !important;`;
|
||||
dpEl.style.left = `${rect.left + window.scrollX}px !important;`;
|
||||
dpEl.style.top = `${rect.bottom + window.scrollY}px`;
|
||||
dpEl.style.left = `${rect.left + window.scrollX}px`;
|
||||
dpEl.style.transform = 'translate(-50%, -50%)';
|
||||
dpEl.style.zIndex = '9999';
|
||||
dpEl.style.border = 'none';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user