<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CSS for Scrollbar in iOS devices in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/294247#M13765</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63495"&gt;@chrissa0000&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like you've got this to work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so what was the issue?&lt;/P&gt;
&lt;P&gt;Or might I be missing something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Chrome" style="width: 224px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/20284iD5884570EDAA47EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_3023.PNG" alt="Chrome" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Chrome&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Safari" style="width: 224px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/20285i57ACD538BB110AEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_3022.PNG" alt="Safari" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Safari&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2019 17:57:54 GMT</pubDate>
    <dc:creator>Kevin-C</dc:creator>
    <dc:date>2019-10-01T17:57:54Z</dc:date>
    <item>
      <title>CSS for Scrollbar in iOS devices</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/293889#M13742</link>
      <description>&lt;P&gt;Hi!,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am experiencing issues with the scrollbar lwhen using Ios devices specially in mobile,&lt;/P&gt;&lt;P&gt;the scrollbar won't appear in this link&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://www.besocialscene.com/new-sept-homepage?hs_preview=YhTtsyAc-13258353405" target="_blank" rel="noopener"&gt;https://www.besocialscene.com/new-sept-homepage?hs_preview=YhTtsyAc-13258353405, &lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's no issue with android and desktop as per the screenshot below, but when using iOS the scrollbar won't appear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshots.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/20229iB34DBBDB4610FB6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="screenshots.png" alt="screenshots.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This are the codes that I have used for the styline of the scrollbar&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;::-webkit-scrollbar{

    -webkit-appearance: none;
    width: 7px;

}

::-webkit-scrollbar-thumb {

    border-radius: 4px;
    background-color: rgba(0,0,0,.5); 
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #707070;
}

::-webkit-scrollbar-thumb:hover {
  background: #355cc9;
}
::-webkit-overflow-scrolling:touch; {
background:#707070;
width: 5px;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2019 05:54:44 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/293889#M13742</guid>
      <dc:creator>chrissa0000</dc:creator>
      <dc:date>2019-09-30T05:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for Scrollbar in iOS devices</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/294247#M13765</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63495"&gt;@chrissa0000&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looks like you've got this to work?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so what was the issue?&lt;/P&gt;
&lt;P&gt;Or might I be missing something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Chrome" style="width: 224px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/20284iD5884570EDAA47EB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_3023.PNG" alt="Chrome" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Chrome&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Safari" style="width: 224px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/20285i57ACD538BB110AEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="IMG_3022.PNG" alt="Safari" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Safari&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2019 17:57:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/294247#M13765</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2019-10-01T17:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for Scrollbar in iOS devices</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/294919#M13827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73772"&gt;@Kevin-C&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the Developer tools it looks okay but on the actual phone it acts like this , there is an unwanted scroll to top issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scrollup2.gif" style="width: 502px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/20377i1CD8159192957EE2/image-size/large?v=v2&amp;amp;px=999" role="button" title="scrollup2.gif" alt="scrollup2.gif" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 14:31:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/294919#M13827</guid>
      <dc:creator>chrissa0000</dc:creator>
      <dc:date>2019-10-04T14:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for Scrollbar in iOS devices</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/294933#M13829</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/63495"&gt;@chrissa0000&lt;/a&gt; My appologies I misunderstood the problem.&lt;/P&gt;
&lt;P&gt;After some digging oddly enough it looks the position of the UL is causing this. try setting it to "position: absolute;". This will cause the child elements to be cut off. To aleviate this try modifying their widths to something like 95%. &lt;/P&gt;
&lt;P&gt;Edit: "calc" as updated below might allow for more precise control over the display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;.back .description ul {
  position: absolute;
}

.back .description ul .draw-border {
  width: calc(100% - 5px);
}&lt;/PRE&gt;
&lt;P&gt;Let me know if this ends up being a solution for you!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2019 19:27:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/294933#M13829</guid>
      <dc:creator>Kevin-C</dc:creator>
      <dc:date>2019-10-04T19:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: CSS for Scrollbar in iOS devices</title>
      <link>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/295141#M13839</link>
      <description>&lt;P&gt;Yes it works!,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/73772"&gt;@Kevin-C&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 06:56:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/CSS-for-Scrollbar-in-iOS-devices/m-p/295141#M13839</guid>
      <dc:creator>chrissa0000</dc:creator>
      <dc:date>2019-10-07T06:56:23Z</dc:date>
    </item>
  </channel>
</rss>

