ddiffViewer: scrolling diff table but not tabs
[fnpeditor.git] / modules / diffViewer / diffViewer.less
index db3d8ff..9f97ea3 100644 (file)
@@ -5,6 +5,27 @@
         padding: 4px 6px;\r
     }\r
     \r
+    .tab-content {\r
+        position: absolute;\r
+        top:0;\r
+        bottom:0;\r
+        left:0;\r
+        right:60px;\r
+        overflow-y: scroll;\r
+        &::-webkit-scrollbar {\r
+            .rng-mixin-scrollbar;\r
+        }\r
+        &::-webkit-scrollbar-track {\r
+            .rng-mixin-scrollbar-track;\r
+        }\r
+        &::-webkit-scrollbar-thumb {\r
+            .rng-mixin-scrollbar-thumb;\r
+        }\r
+        &::-webkit-scrollbar-thumb:window-inactive {\r
+            .rng-mixin-scrollbar-thumb-window-inactive;\r
+        }\r
+    }\r
+    \r
     .diff_table {\r
         border-width: 1px;\r
         border-style: solid;\r