Remove the secondary scroll bar that appears on the LED brightness page.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user