Skip to content

Added z-index to make clicking the upvote button possible #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2014
Merged

Added z-index to make clicking the upvote button possible #268

merged 1 commit into from
Dec 23, 2014

Conversation

jeroenvisser101
Copy link
Contributor

I changed the z-index for .upvote so you can click it even when a title is long.

@@ -872,6 +872,7 @@ body.protip-single {
position: absolute;
top: 0px;
right: 10%;
z-index: 10;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to use 10 instead of 2 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually would prefer the way that @fat does this (https://gist.github.com/fat/1f6da6b3bd0311a1f8a0). No specific reason for this one.

@jeroenvisser101
Copy link
Contributor Author

Issue is connected to (https://assembly.com/coderwall/bounties/473)

chrislloyd added a commit that referenced this pull request Dec 23, 2014
Added z-index to make clicking the upvote button possible
@chrislloyd chrislloyd merged commit e50ba19 into coderwall:master Dec 23, 2014
@jeroenvisser101 jeroenvisser101 deleted the patch-1 branch December 23, 2014 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants