Browse Source

Menu: adds fixed menu coupling with grid #479

pull/524/head
jlukic 11 years ago
parent
commit
656474fbe6
1 changed files with 5 additions and 0 deletions
  1. 5
      src/collections/menu.less

5
src/collections/menu.less

@ -1660,6 +1660,11 @@
height: 100%;
}
/* Coupling with Grid */
.ui.fixed.menu + .ui.grid {
padding-top: 2.75rem;
}
/*-------------------
Pointing
--------------------*/

Loading…
Cancel
Save