inherit
thoirnisk@gmail.com
196898
0
Jan 3, 2014 9:47:50 GMT -8
relentlessx
1
July 2013
relentlessx
|
Post by relentlessx on Jan 3, 2014 6:43:24 GMT -8
Hello, and thank you for reading.
I have just recently gotten the Board Description Images plugin. Now, I've noticed with the Fade Over option that any overflow text is just hidden and cut off. I was wondering, is there anyway I could add something to it like overflow:auto; or somewhere to get that text a scroll bar when you hover over it? Any help would be greatly appreciated!
~Relentless
|
|
Former Member
inherit
guest@proboards.com
131621
0
Dec 1, 2024 19:10:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 3, 2014 13:29:08 GMT -8
I believe you could just add <p style="max-height: ###px; overflow: auto;"> with the ### being the height it begins to scroll at to the layout template around the board description variable which is Admin > Structure > Layout Templates > Board > Board List > <p class="description">$[board.description]</p>
So you'd be changing <p class="description">$[board.description]</p>
to look like
<p class="description" style="max-height: ###px; overflow: auto;">$[board.description]</p>
I'm not positive it'd work but worth a try. =)
|
|