#43995 closed defect (fixed)
guide: with new layout, sidebar is too long for small screens when viewing as single page, and does not scroll all the way to the bottom
Reported by: | cooljeanius (Eric Gallager) | Owned by: | neverpanic (Clemens Lang) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | guide | Version: | |
Keywords: | Cc: | ||
Port: |
Description
My screen is 1280x800, and when viewing the guide, the sidebar only reaches section 6.1, and it is not possible to scroll any lower than that on it, because it stays stationary while the main content is scrolling. Not really sure what the best way to go about fixing this would be though...
(cc-ing cal because he has been changing the guide lately)
Change History (9)
comment:1 follow-up: 2 Changed 10 years ago by neverpanic (Clemens Lang)
Cc: | cal@… removed |
---|---|
Owner: | changed from markd@… to cal@… |
comment:2 Changed 10 years ago by cooljeanius (Eric Gallager)
Replying to cal@…:
Did you try scrolling in the sidebar, or does that not work either?
Yes, I tried that, and it also did not work.
comment:3 follow-up: 4 Changed 10 years ago by neverpanic (Clemens Lang)
Which browser is that, on which system?
comment:4 Changed 10 years ago by cooljeanius (Eric Gallager)
Replying to cal@…:
Which browser is that, on which system?
Safari Version 5.1.10 (6534.59.10) on Snow Leopard. Interestingly, I just checked Firefox and Chrome, and it scrolls correctly in both of those...
comment:5 Changed 10 years ago by neverpanic (Clemens Lang)
I assume that's because Safari 5.1 doesn't support CSS3 vh
units. I guess I'll have to change those to something else.
comment:6 Changed 10 years ago by neverpanic (Clemens Lang)
Correct, see http://caniuse.com/#search=vh, click show options and drag the minimum browser usage percentage slider down until safari 5.1 is visible.
comment:7 follow-up: 9 Changed 10 years ago by neverpanic (Clemens Lang)
Please try again with r120958. I think this should be fixed now.
comment:8 Changed 10 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please re-open if the issue persists.
Did you try scrolling in the sidebar, or does that not work either?