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

View File

@@ -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 {