diff --git a/packages/main/src/themes/BusyIndicator.css b/packages/main/src/themes/BusyIndicator.css
index f9b673db4eb9..3ad30f4a01dc 100644
--- a/packages/main/src/themes/BusyIndicator.css
+++ b/packages/main/src/themes/BusyIndicator.css
@@ -57,6 +57,7 @@
align-items: center;
position: relative;
background-color: inherit;
+ height: inherit;
}
.ui5-busy-indicator-busy-area {
diff --git a/packages/main/test/pages/BusyIndicator.html b/packages/main/test/pages/BusyIndicator.html
index 6fb15fe4bbcb..a2037aa6f61b 100644
--- a/packages/main/test/pages/BusyIndicator.html
+++ b/packages/main/test/pages/BusyIndicator.html
@@ -185,6 +185,29 @@
+
+