Update _topbar.scss for blockScroll feature

pull/4598/head
mertsincan 2023-10-12 00:32:18 +01:00
parent aafc35b932
commit 7e3f513a35
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
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);