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

Scratchpad-open button overrides scrollbar in firefox #1004

Closed
b-trav opened this issue May 30, 2017 · 3 comments · Fixed by #1026
Closed

Scratchpad-open button overrides scrollbar in firefox #1004

b-trav opened this issue May 30, 2017 · 3 comments · Fixed by #1026

Comments

@b-trav
Copy link
Contributor

b-trav commented May 30, 2017

I can not use my mouse to grab the scrollbar button at the bottom of a notebook because the scratchpad-open button overrides the scrollbar.

This can be fixed by altering;

.scratchpad-btn {
  float: right;
-  padding-right: 24px;
+  margin-right: 24px;
  opacity: 0.2;
  font-size: 24px;
  z-index: 106;
}

in

/src/jupyter_contrib_nbextensions/nbextensions/scratchpad/scratchpad.css

@jcb91
Copy link
Member

jcb91 commented May 31, 2017

Seems like a neat, simple fix, would you care to make a PR, @b-trav?

@jcb91
Copy link
Member

jcb91 commented May 31, 2017

Oh, also, it might make sense to submit this to the upstream repo, at https://github.com/minrk/nbextension-scratchpad

@b-trav
Copy link
Contributor Author

b-trav commented Jun 1, 2017

jcb91 pushed a commit to jcb91/jupyter_contrib_nbextensions that referenced this issue Jul 19, 2017
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

Successfully merging a pull request may close this issue.

2 participants