1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00

Desktop: Fixes #9817: Fix scrollbars shown unnecessarily when opening the tag dialog (#9818)

This commit is contained in:
Henry Heino 2024-02-02 14:54:44 -08:00 committed by GitHub
parent 2d4fc08f2b
commit 0e45336140
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,6 +90,7 @@ export default class PromptDialog extends React.Component<Props, any> {
left: 0,
width: width,
height: height,
boxSizing: 'border-box',
backgroundColor: 'rgba(0,0,0,0.6)',
display: visible ? 'flex' : 'none',
alignItems: 'flex-start',