Explorar o código

Merge pull request #1813 from weseek/fix/disable-to-push-link-on-attachment-row

fix/disable to push link on attachment row
Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
a580e5dfd6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;