mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 06:06:33 +00:00
Fix modal not showing overflowing elements
Change-type: patch
This commit is contained in:
parent
05d0f7142d
commit
953f572b53
@ -159,6 +159,7 @@ export const Modal = styled((props) => {
|
||||
> div {
|
||||
padding: 30px;
|
||||
height: calc(100% - 80px);
|
||||
overflow-y: auto;
|
||||
|
||||
> h3 {
|
||||
margin: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user