Fix z-index of search cancel button that overlaps modal confirmation

This commit is contained in:
Mario Dian
2018-12-28 11:13:04 +08:00
parent fa506b5bf8
commit 037ff52f4f

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>