Skip to content

Commit 98b7820

Browse files
authored
Merge pull request #72 from nteske/fixDialog
Fix Remove Feature Modal Issue
2 parents 2913e1f + a4b8995 commit 98b7820

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

control/content/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
<script src="../../../../scripts/buildfire/components/notifications/notifications.js"></script>
2121
<script src="../../../../scripts/buildfire/components/pluginInstance/sortableList.js"></script>
2222
<script src="../../js/shared.js"></script>
23-
23+
<style>
24+
.modal-dialog{
25+
position: unset !important;
26+
}
27+
</style>
2428
</head>
2529
<body ng-controller="folderPluginCtrl" ng-cloak ng-show="datastoreInitialized">
2630
<div ng-form="frmMain">

0 commit comments

Comments
 (0)