diff --git a/css/backoffice/components/_global-search.scss b/css/backoffice/components/_global-search.scss index a254bfa4f..8cee1ce9e 100644 --- a/css/backoffice/components/_global-search.scss +++ b/css/backoffice/components/_global-search.scss @@ -30,7 +30,7 @@ $ibo-global-search--input--width--is-opened: 245px !default; $ibo-global-search--input--text-color: $ibo-color-grey-800 !default; $ibo-global-search--input--placeholder-color: $ibo-color-grey-600 !default; -$ibo-global-search--drawer--max-height: 200px !default; +$ibo-global-search--drawer--max-height: 300px !default; $ibo-global-search--drawer--padding-x: $ibo-global-search--icon-padding-x !default; $ibo-global-search--drawer--padding-y: 16px !default; $ibo-global-search--drawer--top: -1 * ($ibo-global-search--drawer--max-height) !default; diff --git a/css/backoffice/components/_quick-create.scss b/css/backoffice/components/_quick-create.scss index 0f543d2af..00b8992f1 100644 --- a/css/backoffice/components/_quick-create.scss +++ b/css/backoffice/components/_quick-create.scss @@ -34,7 +34,7 @@ $ibo-quick-create--input-options--background-color: $ibo-quick-create--head--bac $ibo-quick-create--input-options--border: none !default; $ibo-quick-create--input-options--border-radius: 0 !default; -$ibo-quick-create--drawer--max-height: 200px !default; +$ibo-quick-create--drawer--max-height: 300px !default; $ibo-quick-create--drawer--padding-x: $ibo-quick-create--icon-padding-x !default; $ibo-quick-create--drawer--padding-y: 16px !default; $ibo-quick-create--drawer--top: -1 * ($ibo-quick-create--drawer--max-height) !default;