Merge pull request #701 from getmaxun/modal-duplicate

fix: adjust modal vertical alignment
This commit is contained in:
Karishma Shukla
2025-07-28 17:04:50 +05:30
committed by GitHub

View File

@@ -140,7 +140,7 @@ export const AddWhereCondModal = ({ isOpen, onClose, pair, index }: AddWhereCond
}
export const modalStyle = {
top: '40%',
top: '45%',
left: '50%',
transform: 'translate(-50%, -50%)',
width: '30%',