Skip to content

Commit 4a9a94e

Browse files
committed
Fix cell toolbar positioning
1 parent 70d3d5d commit 4a9a94e

File tree

1 file changed

+6
-0
lines changed
  • packages/notebook-extension/style

1 file changed

+6
-0
lines changed

packages/notebook-extension/style/base.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ body[data-notebook='notebooks'] .jp-cell-toolbar {
5353
top: unset;
5454
}
5555

56+
@media only screen and (max-width: 760px) {
57+
body[data-notebook='notebooks'] .jp-cell-toolbar {
58+
top: 5px;
59+
}
60+
}
61+
5662
/* ---- */
5763

5864
.jp-NotebookKernelLogo {

0 commit comments

Comments
 (0)