-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Improve this Doc button on docs.angularjs.org doesn't work #3246
Comments
Works for me. On which specific page are you clicking the button and what do you see? |
Try the button on the tutorial page, here: http://docs.angularjs.org/tutorial/step_00 |
Right, you can't click on it! On 16 July 2013 23:46, naomiblack [email protected] wrote:
|
The On 17 July 2013 08:32, Peter Bacon Darwin [email protected] wrote:
|
@matsko - any idea how to fix this? I have just spent about a hour hacking around with the CSS and HTML... |
Try setting the zIndex on the button position:relative;
z-index:2000; |
Tried that! On 17 July 2013 14:06, Matias Niemelä [email protected] wrote:
|
This fixes it. Basically it does float sometimes and it does position absolute sometimes. So you need to use position relative when float is set and keep absolute when there is no float. #3261 |
This has been working for a while. Closing! :) |
@petebacondarwin @matsko I believe the 404's are also happening when you are not logged in to GitHub. For example, try opening this link in an incognito window. Probably nothing we can do about that, but I noticed it was confusing some folks in #angularjs. I commented on this issue as it was the most recent related issue I could find. |
@matsko I'm having this issue in Chrome Version 33.0.1750.146 for Mac OS X 10.9.2. Just wanted to let you guys know. I just inspected the element and clicked the link that way. |
@edhedges can you open a new issue? This one is kinda old. |
Good stuff. |
The button should link to the docs repo but it doesn't seem to be working.
The text was updated successfully, but these errors were encountered: