New Landing How can we help? Atelier After update cannot scroll on hero half/half split pages

Viewing 12 posts - 16 through 27 (of 27 total)
  • Posted in: Atelier
  • #230300
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #230355
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #230557
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #230568
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Sorel,

    Apologies for the delay. This change was made to prevent dual scroll bars, but you should still be able to scroll on the page – I have tested and am able to without issue. You should be able to re-add in the scrollbars by adding this custom css:

    .hero-content-split .inner-page-wrap {
    	-ms-overflow-style: scrollbar;
    }
    .hero-content-split .inner-page-wrap::-webkit-scrollbar {
    	display: block;
    }

    – Ed

    #230571
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #230729
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The v1.82 update should resolve this for you. Let us know.

    – Ed

    #230732
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #230736
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Sorel,

    The only change relating to the scrollbar was reverted 100%. Do you have any minificaton or caching plugins which could be holding an old version of the file? If you’re using Chrome, try browsing in “Incognito” mode.

    – Ed

    #230758
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #230762
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That is just how Chrome/Safari (Webkit) works. Try adding this css to keep it visible;

    .hero-content-split .inner-page-wrap::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    .hero-content-split .inner-page-wrap::-webkit-scrollbar:vertical {
        width: 11px;
    }
    
    .hero-content-split .inner-page-wrap::-webkit-scrollbar:horizontal {
        height: 11px;
    }
    
    .hero-content-split .inner-page-wrap::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white; /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, .5);
    }
    
    .hero-content-split .inner-page-wrap::-webkit-scrollbar-track { 
        background-color: #fff; 
        border-radius: 8px; 
    } 

    – Ed

    #230768
    sorelh
    Member
    Post count: 169
    This reply has been marked as private.
    #230820
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Great – glad I could help.

    – Ed

Viewing 12 posts - 16 through 27 (of 27 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register