Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Incomplete display of new thread #149

Open
613038475 opened this issue Aug 9, 2014 · 0 comments
Open

Incomplete display of new thread #149

613038475 opened this issue Aug 9, 2014 · 0 comments

Comments

@613038475
Copy link

I notice a style error cause incomplete display of new thread.
The reason is ".forum-container .forum-new-thread" has style "position: absolute", so it wont auto expand it's parent element,
when height of this element large than 500 (.forum-container min-height), the over part will not visible.

There about 3 solutions

  1. set "min-height" of ".forum-container" to 650
  2. use "display: none" instead of "left: -110%" (no animation)
  3. hide ".forum-topics" then set "position: relative" in click event of ".new-thread" (unstable)
    I'm not sure which solution should take.

Picture, browser is firefox 30.
preview

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant