mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: explore page style fix, remove unnecessary scroll bars (#12649)
* fix: various style touch on Explore page * More style fixes * Force 100% height for sidebars * Fix linting
This commit is contained in:
@@ -66,6 +66,8 @@ const Styles = styled.div`
|
||||
align-items: stretch;
|
||||
align-content: stretch;
|
||||
overflow: auto;
|
||||
box-shadow: none;
|
||||
height: 100%;
|
||||
|
||||
& > div:last-of-type {
|
||||
flex-basis: 100%;
|
||||
@@ -240,10 +242,7 @@ const ExploreChartPanel = props => {
|
||||
});
|
||||
|
||||
return (
|
||||
<Styles
|
||||
className="panel panel-default chart-container"
|
||||
style={{ height: props.height }}
|
||||
>
|
||||
<Styles className="panel panel-default chart-container">
|
||||
<div className="panel-heading" ref={headerRef}>
|
||||
{header}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user