We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
IE 11 is not showing the back button properly, only a white circle (barely visible with the default background color).
IE:
Chrome:
The text was updated successfully, but these errors were encountered:
Just tried this with IE11 and it's working. Maybe you have a css rule that is messing things up?
Sorry, something went wrong.
You got that right! It seems that Bootstrap is the culprit. Try adding this to your page:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
beneliflo
Successfully merging a pull request may close this issue.
IE 11 is not showing the back button properly, only a white circle (barely visible with the default background color).
IE:
Chrome:
The text was updated successfully, but these errors were encountered: