This commit is contained in:
parent
921e140aa4
commit
4f0bec0df3
@ -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';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user