Remove border radius of filterMenu background

This commit is contained in:
elweyn 2023-03-13 10:38:08 +01:00
parent 50e5a4e8aa
commit 644febaa0f

View File

@ -342,12 +342,11 @@ export default {
align-items: center;
}
.filterButtonMenu {
width: 81%;
width: 95%;
position: fixed;
z-index: 6;
margin-top: -35px;
padding: 20px 10px 5px 10px;
border-radius: 7px;
background-color: #f5f4f6;
}
@media screen and (max-width: 656px) {