Jump to content
  • 0

Thor Patcher Scroll Bar


Question

5 answers to this question

Recommended Posts

  • 0
Posted
3 hours ago, gelo221 said:

Cant Anyone Help me., how to remove scrolls bar on Thor  Patcher

are you talking about in the notice.html or the news box?

you need to put this on your css news box

 

::-webkit-scrollbar {
display: none;
}

 

  • 0
Posted

Hello,

I answer lately on this topic, i want to disable the scroll bar on my notice.html.
I tried your answer @BeWan but without success.

 

  • 0
Posted
On 6/6/2020 at 1:30 AM, Baps said:

Hello,

I answer lately on this topic, i want to disable the scroll bar on my notice.html.
I tried your answer @BeWan but without success.

 

you need to put this on your css and call css file in your html file

or put the code in style bracket

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...