where to add my own css style sheet

Re: where to add my own css style sheet

by Joseph Rézeau -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Try to force the overflow rule:
p.tbo{
 width:100%;
 height:100%;
 overflow:auto!important;
}