From a0b838b2e9a1208d882e5dad4542b340c0ea8a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Wed, 27 Dec 2017 20:43:25 +0100 Subject: [PATCH] Remove the secondary scroll bar that appears on the LED brightness page. --- package-lock.json | 2 +- packages/uhk-web/src/app/pages/main-page/main.page.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0dffb8f4..0af46f58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uhk-agent", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/uhk-web/src/app/pages/main-page/main.page.ts b/packages/uhk-web/src/app/pages/main-page/main.page.ts index 44f16ef8..5d4812e4 100644 --- a/packages/uhk-web/src/app/pages/main-page/main.page.ts +++ b/packages/uhk-web/src/app/pages/main-page/main.page.ts @@ -3,7 +3,7 @@ import { Component } from '@angular/core'; @Component({ selector: 'main-page', templateUrl: './main.page.html', - styles: [':host{height:100%; display: inline-block; width: 100%}'] + styles: [':host{height:100%; width:100%}'] }) export class MainPage {