Commit 7b75b916 by Jansa Jose

Merge branch 'master' of https://gitlab.techware.co.in/tobin/dcarfixers_angular into jensa

parents 8971ce34 9dbeeb20
...@@ -528,7 +528,7 @@ ...@@ -528,7 +528,7 @@
<h5>{{mechanic.shop_name}}</h5> <h5>{{mechanic.shop_name}}</h5>
<p>{{mechanic.shop_address}}</p> <p>{{mechanic.shop_address}}</p>
<h6>{{mechanic.shop_phone}}</h6> <h6>{{mechanic.shop_phone}}</h6>
<p>{{mechanic.distance | number:'1.2-2' }}</p> <p>{{mechanic.distance | number:'1.2-2' }} Away from you</p>
</div> </div>
<ng-template #mechanicDetails> <ng-template #mechanicDetails>
<p>{{mechanic.address}}<br>{{mechanic.city+' , '+mechanic.state}}</p> <p>{{mechanic.address}}<br>{{mechanic.city+' , '+mechanic.state}}</p>
......
...@@ -1179,6 +1179,9 @@ ...@@ -1179,6 +1179,9 @@
overflow: scroll; overflow: scroll;
display: inline-block; display: inline-block;
position: relative; position: relative;
&::-webkit-scrollbar {
display: none;
}
#custom_check_button { #custom_check_button {
border-radius: 0px !important; border-radius: 0px !important;
overflow: auto; overflow: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment