Procházet zdrojové kódy

HUE-6667 [frontend] Drop nicescroll from the main Hue 4 panel

Enrico Berti před 8 roky
rodič
revize
95325e8a8b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      desktop/core/src/desktop/templates/hue.mako

+ 1 - 1
desktop/core/src/desktop/templates/hue.mako

@@ -345,7 +345,7 @@ ${ hueIcons.symbols() }
     }"><div class="resize-bar"></div></div>
 
 
-    <div class="page-content" data-bind="niceScroll: {horizrailenabled: false}">
+    <div class="page-content">
       <!-- ko hueSpinner: { spin: isLoadingEmbeddable, center: true, size: 'xlarge' } --><!-- /ko -->
       <div id="embeddable_editor" class="embeddable"></div>
       <div id="embeddable_notebook" class="embeddable"></div>