Forum bookmarking feature not working when viewing post

Forum bookmarking feature not working when viewing post

benallfreebenallfree Posts: 7Questions: 0Answers: 0
edited September 2012 in General
Not sure where to report this, but I think the bookmarking feature is not working when you view a post. The star is visible but not clickable.

It does work when you're listing posts.

Tried in Chrome and FF.

Removing [code]position: relative[/code] from style.css:1727 fixes the problem and appears to have no adverse effects:

[code]
div.MessageForm, div.Tabs, div.Headings {
display: block;
border-bottom: 1px solid #ABDAFB;
padding: 5px 8px;
margin: 0;
background: #CFECFF;
/* position: relative; */
}
[/code]

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Fantastic! Thanks very much for the fix :-). I've just removed the offending style from the stylesheet.

    Allan
This discussion has been closed.