Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions assets/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ blockquote {
padding-top: 5px;
}

.main-nav {
position: sticky;
top: 0;
z-index: 1000;
background: $bg-white;
border-bottom: 1px solid $border-color;
box-shadow: 0 6px 18px rgba(27, 31, 35, 0.08);
}
Comment thread
ankitkr104 marked this conversation as resolved.

.breadcrumb {
background: #F3F3F3;

Expand Down
Loading