Browse Source

increase z-index of search overlay

Andrew Schlaepfer 6 years ago
parent
commit
29cc4fe886
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/documentsearch/style/index.css

+ 1 - 1
packages/documentsearch/style/index.css

@@ -17,7 +17,7 @@
   border-bottom-left-radius: var(--jp-border-radius);
   top: 0;
   right: 0;
-  z-index: 5;
+  z-index: 7;
   min-width: 300px;
   padding: 2px;
   font-size: var(--jp-ui-font-size1);