Prevents Network UI from scrolling and showing Tower

I also fixed an issue where the mouse-wheel events were not zooming
the network UI in firefox.
This commit is contained in:
Jared Tabor
2018-05-30 14:19:07 -07:00
parent 4c9ceb48a1
commit 70897d3503
4 changed files with 18 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
</head>
<body data-user-agent="{{userAgent}}">
<div ui-view="networking"></div>
<div ui-view="networking" ng-class="{'NetworkingUIView' : vm.networkUIisOpen}"></div>
<at-layout>
<bread-crumb></bread-crumb>
<toast></toast>