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

Francesco Chicchiriccò commented on SYNCOPE-1092:
-------------------------------------------------

[~massi] you're PMC member, please commit the fix on both 2_0_X and master 
branches by yourself.

If you don't feel confident, please fork on github and open a PR.

> System Information appears scrolling on the right
> -------------------------------------------------
>
>                 Key: SYNCOPE-1092
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1092
>             Project: Syncope
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 2.0.3
>            Reporter: Massimiliano Perrone
>            Priority: Minor
>             Fix For: 2.0.4, 2.1.0
>
>
> Going on Syncope Console (I found it using the Apache demo) I found a strange 
> behavior scrolling to the right (using the two fingers on a mousepad)...
> The System Information table appears! When it should be invisible until 
> someone use the up-right-corner botton.
> To solve it we need to change the css file [1] at row 717 from 
> {code}
> .control-sidebar {
>   position: absolute;
>   padding-top: 50px;
>   z-index: 1010;
> }
> {code}
> to 
> {code}
> .control-sidebar {
>   position: fixed;
>   padding-top: 50px;
>   z-index: 1010;
> }
> {code}
> (please have a check :))
> [1] 
> http://syncope-vm.apache.org:9080/syncope-console/wicket/resource/org.apache.syncope.client.console.themes.AdminLTECssResourceReference/css/AdminLTE-ver-369B017375C8C4A0878CC3637CD022A5.css



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to