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

Ugly Scrollbar #100

Closed
bnb opened this issue Jul 15, 2016 · 8 comments
Closed

Ugly Scrollbar #100

bnb opened this issue Jul 15, 2016 · 8 comments
Labels
good first issue Issue is good for Hyper newcomers

Comments

@bnb
Copy link

bnb commented Jul 15, 2016

Just downloaded and installed, noticed the scroll bar isn't being styled or modified as I would have expected and have seen in previous releases...

screen shot 2016-07-15 at 3 47 24 pm

On hovering, moving from right to left (NOT left to right), of a very small vertical region on the right side of Hyperterm. Normal without hovering.

@kinduff
Copy link

kinduff commented Jul 15, 2016

I'm able to reproduce following the next steps:

  1. Open new terminal
  2. Hover where the scroll bar is supposed to appear
  3. Press Enter key to add a new line until the scroll bar appears
  4. Scrollbar should look thicker and uglier than the regular one
  5. Hover out and scroll up and the regular scrollbar should appear

@josebalius
Copy link

Yeah I am seeing the same thing. Something like Visual Code's scrollbar would be nice :)

@rauchg
Copy link
Member

rauchg commented Jul 21, 2016

I can't reproduce this O.o

@rauchg
Copy link
Member

rauchg commented Jul 21, 2016

😿

@bnb
Copy link
Author

bnb commented Jul 21, 2016

@rauchg Is there anything I can give you to help find it?

@raul
Copy link

raul commented Jul 22, 2016

I can reproduce as well. As a stopgap I've added ::-webkit-scrollbar { display: none; } to the termCSS config.

@amilajack
Copy link
Contributor

I can also reproduce this.

@MrRio
Copy link
Contributor

MrRio commented Aug 4, 2016

This looks like the regular scrollbar to me:

::-webkit-scrollbar {
  background: transparent;
  width: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: grey;
}

rauchg pushed a commit that referenced this issue Jan 8, 2017
* Fix Scrollbar appearance on webkit mac

* fix linting issues
@ppot ppot closed this as completed Feb 10, 2017
tylerong pushed a commit to tylerong/hyper that referenced this issue Jul 3, 2017
* Fix Scrollbar appearance on webkit mac

* fix linting issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issue is good for Hyper newcomers
Projects
None yet
Development

No branches or pull requests

10 participants