1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Desktop: Fixes #3095: Fixed the Goto Anything item list overflow (#3096)

* fixed the Goto Anything item list overflowing

* added dialog box styles
This commit is contained in:
Rahul Mohata 2020-04-22 04:27:04 +05:30 committed by GitHub
parent ac2635a363
commit 7ceb68d835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,10 @@ function addExtraStyles(style) {
padding: 16,
boxShadow: '6px 6px 20px rgba(0,0,0,0.5)',
marginTop: 20,
maxHeight: '80%',
display: 'flex',
flexDirection: 'column',
overflow: 'auto',
};
style.buttonIconStyle = {