فهرست منبع

HUE-3397 [core] Flaky and sometime double scroll bar

Enrico Berti 9 سال پیش
والد
کامیت
da56b88
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      desktop/libs/notebook/src/notebook/static/notebook/css/notebook.css

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

@@ -24,6 +24,7 @@ body {
   margin: 0;
   padding: 0;
   background-color: #FFF;
+  overflow-y: hidden;
 }
 
 .vertical-full {
@@ -419,6 +420,7 @@ body {
   left:0;
   bottom:0;
   right: 0;
+  overflow: hidden!important;
 }
 
 .snippet-code-resizer, .snippet-log-resizer {