Browse Source

Fix offset on bottom tabular menu

pull/2979/head
Jack Lukic 9 years ago
parent
commit
5d11b3f370
1 changed files with 2 additions and 1 deletions
  1. 3
      src/definitions/collections/menu.less

3
src/definitions/collections/menu.less

@ -642,8 +642,9 @@ Floated Menu / Item
width: 100%;
}
.top.attached.segment + .ui.bottom.tabular.menu {
position: relative;
width: @tabularFluidWidth;
margin: 0px 0px 0px -@tabularFluidOffset;
left: -@tabularFluidOffset;
}
/* Bottom Vertical Tabular */

Loading…
Cancel
Save