Skip to content

Commit

Permalink
add bottom padding to allow scroll in filters column (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
bellangerq authored Nov 16, 2023
1 parent 1d86bd2 commit 6e24205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions confiture-web-app/src/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Tous les changements notables de Ara sont documentés ici avec leur date, leur catégorie (nouvelle fonctionnalité, correction de bug ou autre changement) et leur pull request (PR) associée.

## 16/11/2023

### Corrections 🐛

- Corrige le problème de scroll dans la barre des filtres qui rendaient la dernière thématique inatteignable ([#554](https://github.com/DISIC/Ara/pull/554))

## 02/11/2023

### Nouvelles fonctionnalités 🚀
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ const pageTitle = computed(() => {
]"
>
<div
:class="['filters-wrapper', { 'fr-px-3v': showFilters }]"
:class="['filters-wrapper', 'fr-pb-6w', { 'fr-px-3v': showFilters }]"
role="search"
>
<AuditGenerationFilters
Expand Down

0 comments on commit 6e24205

Please sign in to comment.