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

Fix for issue #7565 on Click to add a cell button not in background #7587

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aj202088
Copy link

No description provided.

Copy link
Contributor

Binder 👈 Launch a Binder on branch aj202088/notebook/main

@rsaditya01
Copy link

Welcome @aj202088,
Thanks for looking into the issue and contributing to Jupyter Notebook.

On pulling your changes in local and testing, the updated notebook UI looks different from the desired output.

(A) Notebook UI after change -
image

(B)Desired Notebook UI (mentioned in the issue)-
image

The notebook UI in (A), keeps the "Click to add cell" button in the footer area, the button appear all the time below the notebook area and the button spans to entire width of 'inner notebook area (white area)'.
While the desired output is that the "Click to add cell button" can be placed inside 'inner notebook area'(as mentioned in issue description #7565), width should be equivalent to Notebook Cell width and it should appear only "on hover" over that button (current functionality).
Could we look into making some changes in "inner notebook area" and placing the the button there with minor alteration in css.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display "Click to add a cell" button as a part of notebook, not background
3 participants