Skip to content
Snippets Groups Projects
Commit da44d387 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

fix(filters): review more filter background

parent 60d23c3c
No related branches found
No related tags found
Loading
<div *ngIf="modalType" fxLayout="column" fxLayoutAlign="space-between" [ngClass]="['modal', 'modal' + getModalType()]">
<div *ngIf="modalType" fxLayout="column" fxLayoutAlign="center center" [ngClass]="['modal', 'modal' + getModalType()]">
<div class="body-wrap" fxLayout="column" fxLayoutAlign="space-between">
<div class="titleFilter" fxLayout="row" fxLayoutAlign="space-between">
<span>Filtres</span>
......
......@@ -169,6 +169,8 @@
display: flex;
flex-direction: column;
background: rgba(0, 0, 0, 0.8) !important;
margin: 0;
border-radius: 0;
.scroll-container {
max-height: 390px;
overflow-y: scroll;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment