Topic on Skin talk:Chameleon

How to set my <pre> whitout scrollbar?

5
177.182.201.84 (talkcontribs)

Hi,

On vector theme, <pre> not have scrollbar.... i like it :D

how to disable scrollbar on chameleon theme?


Thanks

F.trott (talkcontribs)
Raguel03 (talkcontribs)

@F.trott Hello !


I'm not really familiar with CSS but I also need to disable the horizontal scrollbar that appears on almost every box, <pre>, etc...


Can you point me out the specific variable to change/disable please ? I can't find any doc on the web/manage to change this...


Thank you in advance !

F.trott (talkcontribs)

In MediaWiki:Common.css set

pre {
  display: inline-block;
}
Raguel03 (talkcontribs)

Thank you very much !

I also added this (to make it exactly looks like other skins) :

pre {
 display: inline-block;
 white-space: pre-wrap;
 word-break: break-word;
}
Reply to "How to set my <pre> whitout scrollbar?"