Skip to content

Commit

Permalink
[markup] fix CSS, remove scrollbar (apache#3281)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch authored Aug 11, 2017
1 parent c17ffc1 commit 144f516
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion superset/assets/visualizations/markup.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.markup.slice_container {
padding: 10px;
margin: 10px;
}
.separator {
background-color: transparent !important;
Expand Down
1 change: 0 additions & 1 deletion superset/assets/visualizations/markup.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function markupWidget(slice, payload) {
const jqdiv = slice.container;
jqdiv.css({
overflow: 'auto',
height: slice.container.height(),
});

const iframeId = `if__${slice.containerId}`;
Expand Down

0 comments on commit 144f516

Please sign in to comment.