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

Folding Glyph hidden on FF #22

Closed
ptyork opened this issue Jun 23, 2016 · 1 comment
Closed

Folding Glyph hidden on FF #22

ptyork opened this issue Jun 23, 2016 · 1 comment
Assignees

Comments

@ptyork
Copy link

ptyork commented Jun 23, 2016

The +/- glyph appears not to show up in Firefox v47 (fine in Edge+Chrome). Tracked down to:

.monaco-editor .margin-view-overlays .folding::after {
z-index: -1;
}

Remove that line (or set z-index to auto) and it shows fine. Not sure what effect that might have on other / older browsers, though.

@alexdima
Copy link
Member

The fix is out with monaco-editor@0.5.1

image

@0plus1 0plus1 mentioned this issue Oct 26, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants