Skip to content

Commit 6501907

Browse files
authored
Merge pull request #12 from jcb91/z_index
fix z-index so that completion tooltips appear above the scratchpad
2 parents 18a7d48 + be3caf8 commit 6501907

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)