mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 23:37:18 +00:00
Fix modal content height on Windows
Change-type: patch
This commit is contained in:
parent
8bd11a01ae
commit
3c0084d012
@ -149,7 +149,7 @@ export const Modal = styled(({ style, children, ...props }) => {
|
||||
})`
|
||||
> div {
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
height: 99%;
|
||||
|
||||
> div:first-child {
|
||||
height: 81%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user