Skip to content

Commit

Permalink
v4: Mention GPU acceleration fix in docs callout
Browse files Browse the repository at this point in the history
Closes #22610
  • Loading branch information
mdo authored and XhmikosR committed Sep 24, 2020
1 parent 400364c commit a1dcf96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/docs/4.5/components/popovers.md
Expand Up @@ -136,6 +136,13 @@ Enable popovers via JavaScript:

{% highlight js %}$('#example').popover(options){% endhighlight %}

{% capture callout %}
##### GPU acceleration

Popovers sometimes appear blurry in Windows 10 devices due to GPU acceleration and a modified system DPI. The workaround for this in v4 is to disable GPU acceleration as needed on your popovers. [See this issue for details and a suggested fix.](https://github.com/twbs/bootstrap/issues/22610)
{% endcapture %}
{% include callout.html content=callout type="warning" %}

{% capture callout %}
### Making popovers work for keyboard and assistive technology users

Expand Down

0 comments on commit a1dcf96

Please sign in to comment.