From 29985976ecf56027580ccf21cf90f0685f083325 Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 25 Sep 2015 12:40:17 +0300 Subject: [PATCH] admin_main_menu_sticky_for_below_767_resolution --- core/modules/toolbar/css/toolbar.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/toolbar/css/toolbar.module.css b/core/modules/toolbar/css/toolbar.module.css index 69eb7c2..9f782ec 100644 --- a/core/modules/toolbar/css/toolbar.module.css +++ b/core/modules/toolbar/css/toolbar.module.css @@ -190,10 +190,10 @@ body.toolbar-fixed .toolbar .toolbar-tray-horizontal { * the tray scroll within the confines of the viewport. */ .toolbar .toolbar-tray-vertical.is-active, body.toolbar-fixed .toolbar .toolbar-tray-vertical { - height: 100%; + min-height: 100%; overflow-x: hidden; overflow-y: auto; - position: fixed; + position: absolute; } .toolbar .toolbar-tray.is-active { display: block; -- 1.9.5.msysgit.0