diff --git a/src/views/dashboard/related/network-profiling/Content.vue b/src/views/dashboard/related/network-profiling/Content.vue
index 2bcb441d..13a059c9 100644
--- a/src/views/dashboard/related/network-profiling/Content.vue
+++ b/src/views/dashboard/related/network-profiling/Content.vue
@@ -50,6 +50,7 @@ const networkProfilingStore = useNetworkProfilingStore();
width: 100%;
height: calc(100% - 210px);
background-color: #333840;
+ position: relative;
}
.schedules {
diff --git a/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue b/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue
index 1b7e23cb..b88d397b 100644
--- a/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue
+++ b/src/views/dashboard/related/network-profiling/components/ProcessTopology.vue
@@ -14,12 +14,25 @@ See the License for the specific language governing permissions and
limitations under the License. -->
+
+
+
+
+
+
+