From accdf5facda6efa0c7212b3d81bc416c5fd4caca Mon Sep 17 00:00:00 2001 From: Attila Csanyi Date: Sat, 9 Sep 2017 01:03:56 +0200 Subject: [PATCH] Remove excess space above the UHK (#409) * Issue 323 - Remove excess space above the UHK (#323) * revert back specific width of keyboard slider to be able to visible in the electron app * fix: showing the whole keyboard on big screen * fix: satisfy very small screens (no overflow of other keyboard left side) and increase the place where keyboard can fit (tested near 2000px width) * Revert "fix: satisfy very small screens (no overflow of other keyboard left side) and increase the place where keyboard can fit (tested near 2000px width)" This reverts commit 376604d24ae5a8ae9ae873b3fcb66411e4901d6d. --- .../src/app/components/svg/keyboard/svg-keyboard.component.scss | 1 - .../app/components/svg/wrap/svg-keyboard-wrap.component.scss | 2 -- 2 files changed, 3 deletions(-) diff --git a/packages/uhk-web/src/app/components/svg/keyboard/svg-keyboard.component.scss b/packages/uhk-web/src/app/components/svg/keyboard/svg-keyboard.component.scss index 1938a1a0..78c410a3 100644 --- a/packages/uhk-web/src/app/components/svg/keyboard/svg-keyboard.component.scss +++ b/packages/uhk-web/src/app/components/svg/keyboard/svg-keyboard.component.scss @@ -1,6 +1,5 @@ :host { display: flex; width: 100%; - height: 100%; position: relative; } 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 1bf6faaa..fa96633e 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,8 +10,6 @@ keyboard-slider { display: block; position: relative; - overflow: hidden; - /* TODO create dynamic */ height: 500px; margin-top: 30px; }