diff --git a/frontend/src/Editor/Components/Tabs.jsx b/frontend/src/Editor/Components/Tabs.jsx
index c29b454533..716cb9b66e 100644
--- a/frontend/src/Editor/Components/Tabs.jsx
+++ b/frontend/src/Editor/Components/Tabs.jsx
@@ -143,7 +143,7 @@ export const Tabs = function Tabs({
return (
diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss
index 844f87b2fc..1d4fbf40d3 100644
--- a/frontend/src/_styles/theme.scss
+++ b/frontend/src/_styles/theme.scss
@@ -13328,3 +13328,8 @@ div.ds-svg-container svg {
}
}
+ .tabs-component{
+ .tab-pane{
+ top: initial !important;
+ }
+ }
\ No newline at end of file