diff --git a/addons/web/static/src/scss/bootstrap_review.scss b/addons/web/static/src/scss/bootstrap_review.scss
index 4efc59da2cfe2a726b68d677a8fc4be4f92ed607..3b05325576f5d5599fa515403e884533aa90d323 100644
--- a/addons/web/static/src/scss/bootstrap_review.scss
+++ b/addons/web/static/src/scss/bootstrap_review.scss
@@ -8,3 +8,7 @@
     // They would go over floating elements, which is never what we want.
     clear: both;
 }
+
+.carousel-control-next .sr-only {
+    left: 50%; // Avoid horizontal scrollbar in Chrome
+}