Skip to content

Commit

Permalink
Update _topbar.scss for blockScroll feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Oct 11, 2023
1 parent aafc35b commit 7e3f513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles/layout/_topbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
position: fixed;
top: 0;
left: 0;
width: 100%;
width: calc(100% - var(--scrollbar-width, 0px));
z-index: 1100;
transition: background-color 1s;
border-bottom: 1px solid var(--surface-border);

&.layout-topbar-sticky {
backdrop-filter: blur(8px);
}
Expand Down Expand Up @@ -61,4 +61,4 @@
background-color: rgba(0,0,0,.3);
}
}
}
}

0 comments on commit 7e3f513

Please sign in to comment.