Skip to content

Commit eaee564

Browse files
committed
fix(footer): Fix placement of .bar-footer.item-input-inset
Closes #1325
1 parent 76d4c08 commit eaee564

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_bar.scss

+4
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,10 @@
283283
border-top-width: 1px;
284284
border-bottom-width: 0;
285285
background-position: top;
286+
287+
&.item-input-inset {
288+
position: absolute;
289+
}
286290
}
287291

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

0 commit comments

Comments
 (0)