restore the hidden overflow from DSFR on table

This commit is contained in:
Lisa Durand 2023-04-14 17:43:38 +02:00
parent 4ed29268bf
commit e140d1cc7a
2 changed files with 1 additions and 2 deletions

View file

@ -22,7 +22,6 @@
.dossiers-table { .dossiers-table {
margin-top: $default-spacer; margin-top: $default-spacer;
margin-bottom: 3 * $default-spacer; margin-bottom: 3 * $default-spacer;
overflow: visible; // remove DSFR hidden overflow because of dropdown
} }
.procedure-actions { .procedure-actions {

View file

@ -1,6 +1,6 @@
- content_for(:title, "Recherche : #{@search_terms}") - content_for(:title, "Recherche : #{@search_terms}")
.container .fr-container
- if @dossier_not_in_instructor_group.present? - if @dossier_not_in_instructor_group.present?
.fr-alert.fr-alert--info.fr-alert--sm.fr-mt-3w .fr-alert.fr-alert--info.fr-alert--sm.fr-mt-3w