-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS issue for strike Lookup on IE11 #42
Comments
Thanks for logging this! It turns out there were some extra classes used on the mobile version of the component that were not conditionally left out. This will be fixed in the next release, but if you need a solution for the current release (0.7.0), you can replace lines 114 and 115 in
Padding negation using the Please let us know if this solution works for you. |
Odd, we'll look into it! |
Hi @vimalkarun, Can you try adding the following lines at the end of your CSS file (
Additionally, to fix a mobile issue that might be introduced by those rules, you can add the following line in the helper file (
|
Cool.. issue is fixed.. :) Thanks a lot |
If you don't mind, we'd like to keep this issue open until it's actually fixed (when the next release drops, which actually might be today). This is just to help QA keep track of fixes and build changelogs. |
Strike lookup component is not rendered correctly on IE11.
The component is displayed with Vertical and Horizontal Scroll Bar. The pull down menu for Search result is hidden behind the vertical scroll
The text was updated successfully, but these errors were encountered: