1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Desktop: Fix white space in the bottom of Add Tag Prompt dialog (#5998)

This commit is contained in:
Krishna Kumar
2022-01-15 22:30:42 +05:30
committed by GitHub
parent 970c1fb423
commit 4ae3bec7e4

View File

@@ -56,7 +56,7 @@ class PromptDialog extends React.Component {
top: 0,
left: 0,
width: width,
height: height - paddingTop,
height: height,
backgroundColor: 'rgba(0,0,0,0.6)',
display: visible ? 'flex' : 'none',
alignItems: 'flex-start',