Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Removing negative z-index #136

Merged
merged 1 commit into from
May 6, 2015
Merged

Removing negative z-index #136

merged 1 commit into from
May 6, 2015

Conversation

noahmanger
Copy link
Contributor

The chart axes disappeared for some reason. Removing the negative
z-index and putting a positive one on the bars solved it.

The chart axes disappeared for some reason. Removing the negative
z-index and putting a positive one on the bars solved it.
@msecret
Copy link
Contributor

msecret commented May 6, 2015

So what we should really do with z-indexes, it set them up in the variables file. I've done it on peace corps. Something like:

@Z-Index-1: 100;
@z-index-2: 200;

@background: @Z-Index-1;
@foregroud: @z-index-2;

Can we create an issue or TODO for this if you agree?

msecret pushed a commit that referenced this pull request May 6, 2015
@msecret msecret merged commit d3c0bb0 into develop May 6, 2015
@noahmanger
Copy link
Contributor Author

Good call. I've been meaning to do that. I'll make an issue.

@noahmanger noahmanger deleted the feature/fixing-chart-axis branch August 3, 2015 22:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants