One more fix to the cell toolbar position

pull/6539/head
Jeremy Tuloup 4 years ago
parent 15fe46b49b
commit 2f56fccd18

@ -84,6 +84,15 @@ body[data-notebook='notebooks']
top: calc(2 * var(--jp-notebook-padding));
}
/** first code cell on mobile
(keep the selector above the media query)
*/
body[data-notebook='notebooks']
.jp-CodeCell[data-windowed-list-index='0']
.jp-cell-toolbar {
top: unset;
}
@media only screen and (max-width: 760px) {
/* first code cell on mobile */
body[data-notebook='notebooks']

Loading…
Cancel
Save