Skip to content

Commit

Permalink
fix(LeftSidebar): small glitch on sidebar scroll
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme authored and backportbot[bot] committed May 6, 2024
1 parent b9af373 commit 68eaf9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/LeftSidebar/LeftSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1030,9 +1030,10 @@ export default {
display: flex;
padding: 8px 4px 8px 12px;
align-items: center;
border-bottom: 1px solid transparent;

&--scrolled-down {
border-bottom: 1px solid var(--color-placeholder-dark);
border-bottom-color: var(--color-placeholder-dark);
}

.filters {
Expand Down

0 comments on commit 68eaf9c

Please sign in to comment.