mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-24 09:50:08 +00:00
fix: remove unnecessary scroll from filter panel (#2935)
This commit is contained in:
parent
af212ce6b9
commit
e07953bf74
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue