N°4315 - Polish bulk modify screens

This commit is contained in:
acognet
2021-09-28 16:39:02 +02:00
parent 4297b854e1
commit 8dbbc9a124
5 changed files with 66 additions and 9 deletions

View File

@@ -70,8 +70,13 @@ body{
height: 100%;
}
}
#ibo-main-content{
padding-top: $ibo-main-content--padding-top;
padding-bottom: $ibo-main-content--padding-bottom;
#ibo-main-content {
padding-top: $ibo-main-content--padding-top;
padding-bottom: $ibo-main-content--padding-bottom;
overflow: auto; /* For scroll to happen in the main content instead of the center content */
}
.ui-dialog, .ui-dialog-content {
box-sizing: content-box;
}