[ 
https://issues.apache.org/jira/browse/SOLR-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13852079#comment-13852079
 ] 

Cassandra Targett commented on SOLR-5558:
-----------------------------------------

There was a big banner that said something about Infra being aware of edit box 
problems, but a) that's not there anymore, so whatever those problems were I 
assume they were resolved, and b) I know it's related to the custom stylesheet 
that's in place.

The simple fix to this specific issue is to change the very first rule in the 
CSS, which currently is:

{code}
html, body {   
   height: auto;
   overflow: auto !important;   
} 
{code}

and remove the 'height: auto;" line. The edit box is then full size, as it 
should be. It doesn't seem to have a big impact on anything else so maybe that 
was never really required.

There are likely going to be other changes required of the stylesheet, but this 
is the most glaring problem at the moment and prevents investigating what other 
issues are in the content that need to be resolved. I'll file another issue for 
general style changes once I figure them out.

> Solr Ref Guide edit box too small after Confluence upgrade
> ----------------------------------------------------------
>
>                 Key: SOLR-5558
>                 URL: https://issues.apache.org/jira/browse/SOLR-5558
>             Project: Solr
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Cassandra Targett
>
> After the upgrade of the Solr Ref Guide to Confluence 5.x, the screen to edit 
> content shows a box that is only a few lines long. It should be the full page 
> height to allow you to see what you're writing or editing.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to