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

horizontal scrollbar #114

Closed
Netphilou31 opened this issue Apr 29, 2019 · 1 comment
Closed

horizontal scrollbar #114

Netphilou31 opened this issue Apr 29, 2019 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@Netphilou31
Copy link

Hi,
I use the vertical splitting between messages list and message display. When activating the extension, the horizontal scrollbar does not show for wide messages.
Best regards,
Phil.

@leggett
Copy link
Owner

leggett commented Apr 29, 2019

Thanks Phil. Found the source of the problem and will try to fix soon.

/* Give view full height */
/* BUG: we should only apply this to vertical split pane */
html.simpl.splitView .apg .age {
	/* Normally... */
	/* height: calc(100vh - 64px); */
	
	/* In default inbox, there are tabs */
	height: calc(100vh - 119px);
}

@leggett leggett added the bug Something isn't working label Apr 29, 2019
@leggett leggett added this to the v2 milestone Apr 29, 2019
leggett added a commit that referenced this issue May 11, 2019
@leggett leggett closed this as completed May 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants