From bb1a8a92dd1fcaef3cfab6648c38b2683dca1041 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Sun, 25 Oct 2020 00:01:58 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02847=20-=20Fix=20Quick=20create=20/=20Gl?= =?UTF-8?q?obal=20search=20drawer=20position=20when=20closed=20and=20histo?= =?UTF-8?q?ry=20full=20(10=20items)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/components/_global-search.scss | 2 +- css/backoffice/components/_quick-create.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;