Skip to content

Commit

Permalink
fix(core/application): fix scrolling of applications list (#4966)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Mar 7, 2018
1 parent 73e002c commit c832ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class Applications extends React.Component<{}, IApplicationsState> {
return (
<div className="infrastructure">
<div className="infrastructure-section search-header">
<div className="container">
<div className="container" style={{ overflowY: 'auto' }}>
<h2 className="header-section">
<span className="search-label">Applications</span>
<input
Expand Down

0 comments on commit c832ff9

Please sign in to comment.