IDEMPIERE-4552 Process layout in some processes - OK button cannot be reached in mobile and small screens (#387)
This commit is contained in:
parent
c954a055b2
commit
254c871665
|
@ -39,11 +39,12 @@ when detect side effect, fix to only apply for parameter window*/
|
||||||
.bottom-parameter-layout{
|
.bottom-parameter-layout{
|
||||||
padding: 4px 4px 0px 4px;
|
padding: 4px 4px 0px 4px;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
border-top: 1px solid rgba(0, 0, 0, 0.2);
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-paramenter{
|
.message-paramenter{
|
||||||
max-height: 300pt;
|
max-height: 300pt;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue