Browse Source

add z-index

itizawa 6 years ago
parent
commit
4a2d9190fa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/client/styles/scss/_layout.scss

+ 2 - 0
src/client/styles/scss/_layout.scss

@@ -82,6 +82,8 @@
   }
 
   .revision-toc {
+    // to get on the Attachment row
+    z-index: 1;
     max-width: 250px;
     overflow: hidden;
     font-size: 0.9em;