Skip to content
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

The shadow under the tabs doesn't go all the way to the edge #22

Open
seveneightn9ne opened this issue Jul 31, 2014 · 1 comment
Open
Labels

Comments

@seveneightn9ne
Copy link
Collaborator

Ew:
screenshot from 2014-07-30 23 36 48

@mlsteele
Copy link
Owner

You could fix this using multiple box shadows.
e.g. box-shadow: 0 2px 0px -0px rgba(0, 0, 0, 0.2), 0 1px 0px -0px rgba(0, 0, 0, 0.1);
Since this only extends 3 or so pixels down, manually grading 2 or 3 box shadows would work.

@mlsteele mlsteele added the bug label Jul 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants