Skip to content

Commit 3c2b5e6

Browse files
authored
Merge pull request #701 from getmaxun/modal-duplicate
fix: adjust modal vertical alignment
2 parents 70693d4 + 0fd40c3 commit 3c2b5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/recorder/AddWhereCondModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export const AddWhereCondModal = ({ isOpen, onClose, pair, index }: AddWhereCond
140140
}
141141

142142
export const modalStyle = {
143-
top: '40%',
143+
top: '45%',
144144
left: '50%',
145145
transform: 'translate(-50%, -50%)',
146146
width: '30%',

0 commit comments

Comments
 (0)