Skip to content

Commit 8f05157

Browse files
committed
Remove Sticky Filters because of height concerns;
1 parent 95ee3b4 commit 8f05157

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/screens/content/content.component.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@
2626
grid-area: filters;
2727

2828
.sticky-filters {
29-
position: -webkit-sticky;
30-
position: sticky;
31-
top: 60px;
29+
//position: -webkit-sticky;
30+
//position: sticky;
31+
//top: 20px;
32+
//overflow: auto;
3233
}
3334

3435
::ng-deep {

0 commit comments

Comments
 (0)