XF 1.4 How to disable horizontal scroll bars in some blocks?

+DS_DV+

Active member
Hi,
i want to disable horizontal scrollbars in my TeamSpeak 3 blocks i created with BD Widget Framework!

you can see one on the home and one on the forums page of my website https://allaround.cc/

so does someone of you know where to put wich code to make it work?

it should look like this
 

Attachments

  • css.webp
    css.webp
    76.2 KB · Views: 18
Im in XF 1.5 now and it still wont work :(

i added the
Code:
.devmx-webviewer .channel_norm,
.devmx-webviewer * .channel_norm
{
    overflow-x: hidden;
}

stuff nothing changed :(


has anyone another idea?
 
Top Bottom