Bladeren bron

HUE-4409 [editor] Main right scrollbar does not scoll when on the very right of the screen

Enrico Berti 9 jaren geleden
bovenliggende
commit
67f267d

+ 0 - 1
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -3827,7 +3827,6 @@
           cursorborder: "1px solid #CCC",
           cursorborder: "1px solid #CCC",
           cursoropacitymin: 0,
           cursoropacitymin: 0,
           cursoropacitymax: 0.75,
           cursoropacitymax: 0.75,
-          scrollspeed: 100,
           mousescrollstep: 60,
           mousescrollstep: 60,
           cursorminheight: options.cursorminheight || 20,
           cursorminheight: options.cursorminheight || 20,
           horizrailenabled: options.horizrailenabled || true
           horizrailenabled: options.horizrailenabled || true

+ 1 - 0
desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

@@ -29,6 +29,7 @@ body {
 
 
 .vertical-full {
 .vertical-full {
   height:100%;
   height:100%;
+  padding-right: 1px;
 }
 }
 
 
 .main-content {
 .main-content {