N°3925 - External key: Use more vertical space when possible (30% of the window tops) and fit within the window if not enough space (below or above the input)

This commit is contained in:
Molkobain
2021-10-01 17:38:55 +02:00
parent 49c5f75c6c
commit 5a09365221
5 changed files with 57 additions and 6 deletions

View File

@@ -15,4 +15,5 @@
@import "datatables";
@import "jquery-treeview";
@import "jquery-blockui";
@import "magnific-popup";
@import "magnific-popup";
@import "selectize";

View File

@@ -0,0 +1,8 @@
/*!
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
.selectize-dropdown-content {
max-height: unset; /* Overloaded as it will be handled by the _input-select.scss partial */
}