Fix popup of selection of fields

This commit is contained in:
Laurent Destailleur 2016-12-11 02:22:54 +01:00
parent 2802be2ed5
commit 4e75f064fe
2 changed files with 4 additions and 2 deletions

View File

@ -590,7 +590,8 @@ div.myavailability {
}*/ }*/
.div-table-responsive { .div-table-responsive {
overflow-x: auto; overflow-x: auto;
min-height: 0.01%; /*min-height: 0.01%;*/
min-height: 350px;
} }

View File

@ -595,7 +595,8 @@ div.myavailability {
} }
.div-table-responsive { .div-table-responsive {
overflow-x: auto; overflow-x: auto;
min-height: 0.01%; /*min-height: 0.01%;*/
min-height: 350px;
} }