We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2913e1f + a4b8995 commit 98b7820Copy full SHA for 98b7820
1 file changed
control/content/index.html
@@ -20,7 +20,11 @@
20
<script src="../../../../scripts/buildfire/components/notifications/notifications.js"></script>
21
<script src="../../../../scripts/buildfire/components/pluginInstance/sortableList.js"></script>
22
<script src="../../js/shared.js"></script>
23
-
+<style>
24
+ .modal-dialog{
25
+ position: unset !important;
26
+ }
27
+</style>
28
</head>
29
<body ng-controller="folderPluginCtrl" ng-cloak ng-show="datastoreInitialized">
30
<div ng-form="frmMain">
0 commit comments