Remove the secondary scroll bar that appears on the LED brightness page.

This commit is contained in:
László Monda
2017-12-27 20:43:25 +01:00
parent 90f56c350e
commit a0b838b2e9
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "uhk-agent", "name": "uhk-agent",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -3,7 +3,7 @@ import { Component } from '@angular/core';
@Component({ @Component({
selector: 'main-page', selector: 'main-page',
templateUrl: './main.page.html', templateUrl: './main.page.html',
styles: [':host{height:100%; display: inline-block; width: 100%}'] styles: [':host{height:100%; width:100%}']
}) })
export class MainPage { export class MainPage {