Skip to content

Commit be3caf8

Browse files
committed
fix z-index so that completion tooltips appear above the scratchpad
1 parent 18a7d48 commit be3caf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scratchpad.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
background-color: #F8F5E1;
77
border-left: 1px solid #aaa;
88
border-top: 1px solid #aaa;
9-
z-index: 9000;
9+
z-index: 105;
1010
}
1111

1212
#nbextension-scratchpad .cell-wrapper {
@@ -19,7 +19,7 @@
1919
padding-right: 24px;
2020
opacity: 0.2;
2121
font-size: 24px;
22-
z-index: 9001;
22+
z-index: 106;
2323
}
2424

2525
.scratchpad-btn:hover {

0 commit comments

Comments
 (0)