Browse Source

HUE-8445 [assist] Fix scroll in the document context popover

Johan Ahlen 7 years ago
parent
commit
e2a5015f1c

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue-embedded.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 1 - 0
desktop/core/src/desktop/static/desktop/less/components/hue-popover.less

@@ -285,6 +285,7 @@
 .context-popover-doc-contents {
 .context-popover-doc-contents {
   .flex(1 1 100%);
   .flex(1 1 100%);
   margin-top: 8px;
   margin-top: 8px;
+  overflow: auto;
 
 
   .ace_editor,
   .ace_editor,
   .ace_layer {
   .ace_layer {

Some files were not shown because too many files changed in this diff