From 9f6975a85ea3c108cc56e6bf14dbb571922a8f90 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 23 Nov 2014 21:36:37 -0800 Subject: [PATCH] Issue #2349871 by borisson_, Wim Leers, Arjandew: Vertical toolbar menu is broken in narrow viewports --- core/modules/toolbar/css/toolbar.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/toolbar/css/toolbar.module.css b/core/modules/toolbar/css/toolbar.module.css index 06224fe2fd5..c2388bc436f 100644 --- a/core/modules/toolbar/css/toolbar.module.css +++ b/core/modules/toolbar/css/toolbar.module.css @@ -181,6 +181,7 @@ body.toolbar-fixed .toolbar .toolbar-tray-horizontal { /* When the configured standard breakpoint is active and the tray is in a * vertical position, the tray does not scroll with the page. The contents of * the tray scroll within the confines of the viewport. */ +.toolbar .toolbar-tray-vertical.active, body.toolbar-fixed .toolbar .toolbar-tray-vertical { height: 100%; overflow-x: hidden;