]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4: Mention GPU acceleration fix in docs callout
authorMark Otto <markd.otto@gmail.com>
Wed, 13 May 2020 23:55:01 +0000 (16:55 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 24 Sep 2020 12:06:30 +0000 (15:06 +0300)
Closes #22610

site/docs/4.5/components/popovers.md

index bdd201b157461556e11e4874381a52f1bcd9e9fd..ed75627b1b81f3c144f968d0886a2192a7564d30 100644 (file)
@@ -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