mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: controls scroll issue (#10644)
This commit is contained in:
@@ -42,6 +42,7 @@ const propTypes = {
|
||||
};
|
||||
|
||||
const Styles = styled.div`
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
.remove-alert {
|
||||
cursor: 'pointer';
|
||||
@@ -49,6 +50,7 @@ const Styles = styled.div`
|
||||
#controlSections {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
.nav-tabs {
|
||||
|
||||
Reference in New Issue
Block a user