[UPDT] TEMPLATE: Overflow style added for the multi select field
This commit is contained in:
@@ -331,6 +331,12 @@
|
||||
right: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
.select2-container .select2-selection.select2-selection--multiple{
|
||||
padding: 5px !important;
|
||||
max-height: 90px !important;
|
||||
overflow: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user