1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +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

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',