Skip to content

Commit

Permalink
fix(footer): Fix placement of .bar-footer.item-input-inset
Browse files Browse the repository at this point in the history
Closes #1325
  • Loading branch information
adamdbradley committed May 14, 2014
1 parent 76d4c08 commit eaee564
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_bar.scss
Expand Up @@ -283,6 +283,10 @@
border-top-width: 1px;
border-bottom-width: 0;
background-position: top;

&.item-input-inset {
position: absolute;
}
}

// Don't render padding if the bar is just for tabs
Expand Down

0 comments on commit eaee564

Please sign in to comment.