Windows control buttons now work when a modal is visible.
This commit is contained in:
parent
5f20f81a2c
commit
31905d6bb5
@ -39,11 +39,13 @@ const DashboardWindowButtons = () => {
|
||||
<div style={{ width: '65px' }} />
|
||||
) : null
|
||||
) : (
|
||||
<Flex>
|
||||
<div style={{ width: '95px' }}>
|
||||
<Flex style={{ position: 'relative', zIndex: 9999 }}>
|
||||
{maximizeButton}
|
||||
{minimizeButton}
|
||||
{closeButton}
|
||||
</Flex>
|
||||
</div>
|
||||
)}
|
||||
</Flex>
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user