Hello guys,
I have a shadow border in the search bar in IOS. I tried to fix it by changing CSS with out result.
Here is the code:
.searchbar-md {
border: 0 !important;
box-shadow: none !important;
}
Hello guys,
I have a shadow border in the search bar in IOS. I tried to fix it by changing CSS with out result.
Here is the code:
.searchbar-md {
border: 0 !important;
box-shadow: none !important;
}
If you are targeting iOS specific changes, you should use .searchbar-ios instead.
Disclaimer: Do not you know if that CSS will work on the component.