mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
* fixed the Goto Anything item list overflowing * added dialog box styles
This commit is contained in:
parent
ac2635a363
commit
7ceb68d835
@ -194,6 +194,10 @@ function addExtraStyles(style) {
|
|||||||
padding: 16,
|
padding: 16,
|
||||||
boxShadow: '6px 6px 20px rgba(0,0,0,0.5)',
|
boxShadow: '6px 6px 20px rgba(0,0,0,0.5)',
|
||||||
marginTop: 20,
|
marginTop: 20,
|
||||||
|
maxHeight: '80%',
|
||||||
|
display: 'flex',
|
||||||
|
flexDirection: 'column',
|
||||||
|
overflow: 'auto',
|
||||||
};
|
};
|
||||||
|
|
||||||
style.buttonIconStyle = {
|
style.buttonIconStyle = {
|
||||||
|
Loading…
Reference in New Issue
Block a user