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