From 656474fbe63cc8b65ef82bb2e3e068b66e5d9b91 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 6 Jan 2014 17:09:23 -0500 Subject: [PATCH] Menu: adds fixed menu coupling with grid #479 --- src/collections/menu.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/collections/menu.less b/src/collections/menu.less index be0bff0a6..0ffa78ad1 100755 --- a/src/collections/menu.less +++ b/src/collections/menu.less @@ -1660,6 +1660,11 @@ height: 100%; } +/* Coupling with Grid */ +.ui.fixed.menu + .ui.grid { + padding-top: 2.75rem; +} + /*------------------- Pointing --------------------*/