From eaee564de189536998d9cb4472cccc1146fd3303 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 13 May 2014 21:10:23 -0500 Subject: [PATCH] fix(footer): Fix placement of .bar-footer.item-input-inset Closes #1325 --- scss/_bar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_bar.scss b/scss/_bar.scss index cb0e0fb12b..cf0997a520 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -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