<?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[[SOLVED] v39 scrollbar]]></title><description><![CDATA[<p dir="auto">v39 creates an issue with my plugin:</p>
<p dir="auto"><img src="/assets/uploads/files/1686023986245-9713b229-2ec1-4585-bba0-f1c59e242809-image.png" alt="9713b229-2ec1-4585-bba0-f1c59e242809-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">The scrollbar on firefox desktop only</p>
<ol>
<li>is too wide</li>
<li>is not needed</li>
</ol>
<p dir="auto">That's because of</p>
<pre><code>.plugin-content {
    color: #6b6b6b;
    background-color: #f8f8f8;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0
}
</code></pre>
<p dir="auto">changing to <code>overflow-y: auto;</code> fixes the issue.</p>
<p dir="auto">Can this be applied ?</p>
<p dir="auto">/cc <a class="plugin-mentions-user plugin-mentions-a" href="/user/marekd" aria-label="Profile: marekd">@<bdi>marekd</bdi></a></p>
]]></description><link>https://community.windy.com/topic/25919/solved-v39-scrollbar</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 18:15:53 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/25919.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 06 Jun 2023 04:03:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [SOLVED] v39 scrollbar on Tue, 06 Jun 2023 12:35:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vicb" aria-label="Profile: vicb">@<bdi>vicb</bdi></a> thanks! Has been applied!</p>
]]></description><link>https://community.windy.com/post/145950</link><guid isPermaLink="true">https://community.windy.com/post/145950</guid><dc:creator><![CDATA[marekd]]></dc:creator><pubDate>Tue, 06 Jun 2023 12:35:05 GMT</pubDate></item></channel></rss>