diff --git a/common/templates/html/statusbar/statusbars-tab.html b/common/templates/html/statusbar/statusbars-tab.html
index 5e1ca9be..bd46bfc6 100644
--- a/common/templates/html/statusbar/statusbars-tab.html
+++ b/common/templates/html/statusbar/statusbars-tab.html
@@ -30,6 +30,9 @@
height: 100%;
display: block;
white-space: nowrap;
+ overflow-y: hidden;
+ display: flex;
+ flex-direction: row;
}
div[m-id="{{d.mId}}"] > .operation > button {