[UPDT] TEMPLATE: Overflow style added for the multi select field

This commit is contained in:
Horilla
2024-02-07 12:53:46 +05:30
parent 1356d9cc03
commit f49db947ce

View File

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