Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-1092

System Information appears scrolling on the right

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.0.3
    • None
    • console
    • None

    Description

      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

      .control-sidebar {
        position: absolute;
        padding-top: 50px;
        z-index: 1010;
      }
      

      to

      .control-sidebar {
        position: fixed;
        padding-top: 50px;
        z-index: 1010;
      }
      

      (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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              massi Massimiliano Perrone
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: