Skip to content

Commit

Permalink
fix: add scroll to sidebar, move predictors back to other
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Sep 4, 2024
1 parent ef01d7f commit aa177ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/SideBar/SideBarContainer.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class SideBarContainer extends React.Component {
position: 'fixed',
bottom: '0',
top: '7rem',
overflow: 'auto',
};

return (
Expand Down
4 changes: 2 additions & 2 deletions src/config/maintenance-models.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export function getSideBarConfig() {
'indicatorGroupSet',
'programIndicator',
'programIndicatorGroup',
'predictor',
'predictorGroup',
],
},

Expand Down Expand Up @@ -89,6 +87,8 @@ export function getSideBarConfig() {
'optionGroup',
'optionGroupSet',
'optionSet',
'predictor',
'predictorGroup',
'pushAnalysis',
'sqlView',
],
Expand Down

0 comments on commit aa177ac

Please sign in to comment.