IDEMPIERE-4552 Process layout in some processes - OK button cannot be reached in mobile and small screens (#387)

This commit is contained in:
Diego Ruiz 2020-11-18 15:00:13 +01:00 committed by GitHub
parent c954a055b2
commit 254c871665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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;
} }