Skip to content

Commit

Permalink
fix: Styles for clicking bottom of notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Sep 11, 2023
1 parent 7f24c42 commit 8cb4403
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/src/scenes/notebooks/Notebook/Notebook.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.Notebook {
flex: 1;
display: flex;
flex-direction: column;

.NotebookEditor {
flex: 1;
width: 100%;
Expand Down Expand Up @@ -103,9 +107,10 @@
}

&--editable {
.NotebookEditor {
.NotebookEditor .ProseMirror {
// Add some padding to help clicking below the last element
padding-bottom: 10rem;
flex: 1;
}
}

Expand Down

0 comments on commit 8cb4403

Please sign in to comment.