<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Position fixed cause scrolling problem]]></title><description><![CDATA[<p dir="auto">If you have any element with position: fixed; in a website with a relative large scrolling, the scroll will be slow, like a "smooth slow scroll"</p>
<p dir="auto">To solve the problem by yourself, you need put <strong>will-change: transform;</strong> or use <strong>transform: translate3d(0,0,0);</strong> on the element.</p>
<p dir="auto"><strong>Demo Bug URL:</strong> <a href="https://oimparcial.com.br/opera-scrolling-bug.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://oimparcial.com.br/opera-scrolling-bug.html</a><br />
<strong>Demo Fixed URL:</strong> <a href="https://oimparcial.com.br/opera-scrolling-fixed.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://oimparcial.com.br/opera-scrolling-fixed.html</a></p>
<p dir="auto"><strong>Steps to reproduce:</strong><br />
<strong>1.</strong> Create a remote html file with a scrolling content<br />
<strong>2.</strong> Create an element with position fixed.<br />
<strong>3.</strong> Scroll</p>
<p dir="auto"><strong>Actual result:</strong> The scroll will be slow, like a "smooth slow scroll"</p>
<p dir="auto"><strong>Expected result:</strong> Regular and fast scrolling</p>
]]></description><link>https://forums.opera.com/topic/26554/position-fixed-cause-scrolling-problem</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 09:28:47 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/26554.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 May 2018 03:22:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Position fixed cause scrolling problem on Tue, 08 May 2018 16:40:19 GMT]]></title><description><![CDATA[<p dir="auto">please use mouse wheel</p>
]]></description><link>https://forums.opera.com/post/146021</link><guid isPermaLink="true">https://forums.opera.com/post/146021</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 08 May 2018 16:40:19 GMT</pubDate></item></channel></rss>