Skip to content
Snippets Groups Projects
Commit a46b86ed authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #5654 update css for modal

parent e1e1694c
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,10 @@ form .form-group{ ...@@ -38,8 +38,10 @@ form .form-group{
.modal-body{ .modal-body{
background-color: white; background-color: white;
padding:10px; padding:10px;
min-height: 200px;
max-height: 70vh; max-height: 70vh;
overflow: auto; overflow: hidden;
overflow-y: auto;
} }
.modal-body .list-group li{ .modal-body .list-group li{
/*border-color: #009DC5 !important;*/ /*border-color: #009DC5 !important;*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment