Make container for Search component the relative component to use

This commit is contained in:
Christopher Joe 2017-02-24 13:25:02 +13:00
parent 81767250ab
commit 7b498f2fdf
2 changed files with 8 additions and 0 deletions

View File

@ -15778,6 +15778,10 @@ div.grid-field__sort-field+.form__fieldgroup-item{
margin-right:5px; margin-right:5px;
} }
.toolbar__navigation{
position:relative;
}
.nav-tabs{ .nav-tabs{
margin-bottom:1.5385rem; margin-bottom:1.5385rem;
} }

View File

@ -105,3 +105,7 @@
margin-right: 5px; margin-right: 5px;
} }
} }
.toolbar__navigation {
position: relative;
}