documentHistory: keeping toolbar fixed at the top
[fnpeditor.git] / modules / documentHistory / documentHistory.less
index 9bf078f..592b22a 100644 (file)
             margin-right: 10px;\r
         }\r
     }\r
+    \r
+    .rng-module-documentHistory-itemsList {\r
+        overflow-y: scroll;\r
+        position: absolute;\r
+        top: 30px;\r
+        bottom: 0;\r
+        left: 0;\r
+        right: 0;\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
 \r