angrysumit94 / go-tour

Automatically exported from code.google.com/p/go-tour
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Go Tour UI - Table of Content scrollbar inaccessible #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Click on the menu icon (burger.png)
2. Resize the window so that the scroll bar appears on the right.
3. Try to use your mouse to scroll down.

You can't.

What version of the product are you using? On what operating system?
Chrome 37 or Firefox 32
Ubuntu 14.04

Please provide any additional information below.

In the table of content div(toc), there is :
a "click-catcher" div
You could set its css position property "right" to 500px to fix this for 
instance.
The width of the toc is fixed so it should be sufficient to have access to the 
scroll bar.

Original issue reported on code.google.com by atd...@gmail.com on 4 Dec 2014 at 11:11

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by a...@golang.org on 4 Dec 2014 at 11:16

GoogleCodeExporter commented 9 years ago
Fixed with https://codereview.appspot.com/182510043

Original comment by campoy@golang.org on 5 Dec 2014 at 8:17