Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit abf327e

Browse files
committed
fix(blog): blog filters nav bar made sticky
#363
1 parent abf8eb9 commit abf327e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/pages/app-blog/app-blog.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@
101101
}
102102

103103
.blog-filters {
104+
position: sticky;
105+
top: 70px;
106+
background: #fff !important;
107+
z-index: 1;
108+
104109
.blog-filters-nav {
105110
background-color: unset;
106111

@@ -121,6 +126,7 @@
121126

122127
.blog-filter-item {
123128
padding: 40px 10px;
129+
padding-bottom: 4px;
124130
font-size: 18px;
125131
color: #6b635f;
126132
cursor: pointer;

0 commit comments

Comments
 (0)