[LLVMbugs] [Bug 5565] New: clang website left menu doesn't show completely

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Nov 19 11:16:35 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=5565

           Summary: clang website left menu doesn't show completely
           Product: Website
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: General Website
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: silkensedai at online.fr
                CC: llvmbugs at cs.uiuc.edu


The left menu of the clang website doesn't show fully, probably because its
position is fixed. As a consequence it doesn't scroll with the page.

To see the menu in full, I have to go full screen, and that's because my screen
have 800px in height. For those with a smaller screen, that might be impossible
to reach the bottom of the menu.

I think there are two solutions. Either overflow (and make sure the menu box
doesn't take more space than the navigator viewport) or make the position
absolute (so it will scroll with the page).


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list