solved Forum CSS

gary.moncrieff
gary.moncrieff
@garymoncrieff
10 years ago
865 posts
Hi

Does this forum class really need the overflow line as all it does is show the scrollbar holders within a post.

.forum_post_text {
    display: table-cell;
    width: 90%;
    padding: 6px 12px;
    vertical-align: top;
    overflow: scroll;
}

PS the title field for this forum is below the text box.
updated by @garymoncrieff: 02/12/15 01:08:06AM
brian
@brian
10 years ago
10,149 posts
I see the out of order new post form as well here, and it's not re-ordering for me, so I will check that out.

I'm not sure why the overflow is there as well - it should be "auto" and not "scroll" if needed.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
brian
@brian
10 years ago
10,149 posts
This has been fixed here in the Forum CSS and I've fixed a small bug in how custom forms are ordered when using the form_designer flag. I've pushed a 2nd beta of 5.2.20 that fixes this.

Thanks for letting me know!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
gary.moncrieff
gary.moncrieff
@garymoncrieff
10 years ago
865 posts
Thanks I will adjust the css on my site too.
brian
@brian
10 years ago
10,149 posts
gary.moncrieff:
Thanks I will adjust the css on my site too.

I do have it fixed for the next forum release as well.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags