From 376604d24ae5a8ae9ae873b3fcb66411e4901d6d Mon Sep 17 00:00:00 2001 From: Attila Csanyi Date: Sat, 9 Sep 2017 00:50:26 +0200 Subject: [PATCH] fix: satisfy very small screens (no overflow of other keyboard left side) and increase the place where keyboard can fit (tested near 2000px width) --- .../app/components/svg/wrap/svg-keyboard-wrap.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/uhk-web/src/app/components/svg/wrap/svg-keyboard-wrap.component.scss b/packages/uhk-web/src/app/components/svg/wrap/svg-keyboard-wrap.component.scss index fa96633e..5bbf33b1 100644 --- a/packages/uhk-web/src/app/components/svg/wrap/svg-keyboard-wrap.component.scss +++ b/packages/uhk-web/src/app/components/svg/wrap/svg-keyboard-wrap.component.scss @@ -10,7 +10,8 @@ keyboard-slider { display: block; position: relative; - height: 500px; + overflow: hidden; + height: 1000px; margin-top: 30px; }