Merge pull request #478 from mariodian/pos-fix-search-btn

PoS: Fix z-index of search cancel button that overlaps modal confirmation
This commit is contained in:
Nicolas Dorier
2018-12-28 16:12:59 +09:00
committed by GitHub

View File

@@ -212,7 +212,7 @@
<div class="col-sm-8 col-lg-9 mb-2">
<div class="input-group mb-2">
<input type="text" class="js-search form-control" placeholder="Find product">
<a class="js-search-reset btn btn-link text-black" href="#" style="position: absolute;right: 0px; z-index: 9999; display: none;"><i class="fa fa-times-circle fa-lg"></i></a>
<a class="js-search-reset btn btn-link text-black" href="#" style="position: absolute;right: 0px; z-index: 1049; display: none;"><i class="fa fa-times-circle fa-lg"></i></a>
</div>
</div>
</div>