Skip to content

Commit

Permalink
Удаляет ненужное в стилях
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFokina authored Aug 1, 2024
1 parent cb42a4d commit d28e873
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/styles/blocks/filter-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,3 @@
display: none;
}
}

/* @media (width >= 1024px) {
.filter-panel {
position: sticky;
top: calc(var(--header-height, 0) * 1px);
height: calc(100vh - var(--header-height, 0) * 1px);
grid-row-end: span 2;
display: grid;
}
.filter-panel__inner {
display: flex;
flex-direction: column;
min-height: 100%;
}
} */

0 comments on commit d28e873

Please sign in to comment.