fix: remove unnecessary scroll from filter panel (#2935)

This commit is contained in:
Alexander Matyushentsev 2020-01-01 20:43:32 -08:00 committed by GitHub
parent af212ce6b9
commit e07953bf74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -130,7 +130,7 @@ export class ApplicationsFilter extends React.Component<ApplicationsFilterProps,
type='health'
/>
</div>
<div className='columns small-12 medium-3 xxlarge-12'>
<div className='columns small-12 medium-6 xxlarge-12'>
<div className='applications-list__filter'>
<p>Labels</p>
<ul>

View file

@ -102,7 +102,7 @@
&--expanded {
overflow-y: auto;
max-height: calc(1.55em * 15);
max-height: calc(1.55em * 17);
transition: max-height 1s ease-in-out;
&::before {
display: none;