diff --git a/src/public/app/layouts/mobile_layout.js b/src/public/app/layouts/mobile_layout.js index a5691ae11..632a4cab0 100644 --- a/src/public/app/layouts/mobile_layout.js +++ b/src/public/app/layouts/mobile_layout.js @@ -120,6 +120,7 @@ export default class MobileLayout { .cssBlock(MOBILE_CSS) .child(new FlexContainer(launcherPaneIsHorizontal ? "row" : "column") .id("launcher-pane") + .class(launcherPaneIsHorizontal ? "horizontal" : "vertical") .css(launcherPaneIsHorizontal ? "height" : "width", "53px") .child(new GlobalMenuWidget(launcherPaneIsHorizontal)) .child(new LauncherContainer(launcherPaneIsHorizontal))