fixed: infinite loop caused by default md-dialog resize function in Safari
This commit is contained in:
parent
7adeaf21c6
commit
9d212bf39e
@ -15,7 +15,7 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<md-dialog aria-label="{{ 'dashboard.manage-states' | translate }}" style="min-width: 600px;">
|
<md-dialog aria-label="{{ 'dashboard.manage-states' | translate }}" style="width: 620px;">
|
||||||
<form name="theForm" ng-submit="vm.save()">
|
<form name="theForm" ng-submit="vm.save()">
|
||||||
<md-toolbar>
|
<md-toolbar>
|
||||||
<div class="md-toolbar-tools">
|
<div class="md-toolbar-tools">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user