Tagged: x
-
AuthorPosts
-
August 11, 2016 at 9:24 pm #1128181
Having problems viewing scroll bar in google chrome. It works (displays) in Internet Explorer.
August 12, 2016 at 12:59 am #1128360Hi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
August 12, 2016 at 6:00 am #1128610This reply has been marked as private.August 12, 2016 at 6:04 am #1128614This reply has been marked as private.August 12, 2016 at 12:31 pm #1128965Hi again,
Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
body::-webkit-scrollbar-track { display: block !important; } body::-webkit-scrollbar-thumb { display: block !important; background-color: #fbfafa !important; outline: 1px solid #626569 !important; } body::-webkit-scrollbar { display: block !important; width: 1em !important; }
Let us know how this goes!
August 12, 2016 at 12:47 pm #1128981perfect it worked! Thanks!
August 12, 2016 at 2:24 pm #1129090You are most welcome. 🙂
-
AuthorPosts