X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/32d1a0824b971c724ded6b11c85f6aaf371ab539..b2f1929ee729de25d516b0f9cdb49f265ce2d848:/modules/rng/diffLayout.less

diff --git a/modules/rng/diffLayout.less b/modules/rng/diffLayout.less
index d35c16f..0f51948 100644
--- a/modules/rng/diffLayout.less
+++ b/modules/rng/diffLayout.less
@@ -1,34 +1,20 @@
-.rng-module-rng-diffLayout {
-    [fnpjs-place=left] {
-        width: 300px;
-        margin: 0 20px 0 0px;
-        left: 0;
-    }
-    [fnpjs-place=right] {
-        left: 320px;
-        right: 0;
-
-    }
-    
-    [fnpjs-place=left], [fnpjs-place=right] {
-        position: absolute;
-        top: 0;
-        bottom: 0;
-        
-        overflow-y: scroll;
-        padding-right: 0;
-        &::-webkit-scrollbar {
-            .rng-mixin-scrollbar;
-        }
-        &::-webkit-scrollbar-track {
-            .rng-mixin-scrollbar-track;
-        }
-        &::-webkit-scrollbar-thumb {
-            .rng-mixin-scrollbar-thumb;
-        }
-        &::-webkit-scrollbar-thumb:window-inactive {
-            .rng-mixin-scrollbar-thumb-window-inactive;
-        }
-    }
-
+.rng-module-rng-diffLayout {
+    [fnpjs-place=left] {
+        width: 300px;
+        margin: 0 20px 0 0px;
+        left: 0;
+    }
+    [fnpjs-place=right] {
+        left: 320px;
+        right: 0;
+    }
+    
+    [fnpjs-place=left], [fnpjs-place=right] {
+        position: absolute;
+        top: 0;
+        bottom: 0;
+        
+
+    }
+
 }
\ No newline at end of file