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

Font list is hidden #2

Open
raphaelbastide opened this issue Dec 30, 2013 · 2 comments
Open

Font list is hidden #2

raphaelbastide opened this issue Dec 30, 2013 · 2 comments

Comments

@raphaelbastide
Copy link
Contributor

On svg-edit 2.6, the dropdown menu is hidden (tested with chrome and FF 26).
The script could be adapted with the same structure and style than existing dropdown lists of svg-edit to solve the problem.

@prolongExistence
Copy link

In svg-editor.css, comment out (or delete) line 478-- overflow: auto;
The top ruler will still get in the way but at least it's usable now.

@sloughrey
Copy link

For the ruler issue fix you can just add a z-index of 1 to the #font-selector element
#font-selector{
z-index:1;
}

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

No branches or pull requests

3 participants