eadwine Posted April 13, 2022 Share Posted April 13, 2022 (edited) Site URL: https://www.plushphotography.com.sg Hi, Need some help with the following Only realise the issue of 2 scroll bars when I found it hard to scroll down. Wondering how to remove the extra scroll bar. Issue seems to show on chrome browsers(Chrome/Brave) but looks ok on Safari. I have tried using these codes at the custom css but it doesn't seem to do anything. .overflow-wrapper { overflow: hidden } and also .overflow-wrapper { height: 100vh; } Edited April 13, 2022 by eadwine Add additional info Link to comment
Solution eadwine Posted April 13, 2022 Author Solution Share Posted April 13, 2022 So it seems I added this to the CSS code body{ overflow-y: hidden !important; } And it worked! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment