Update _topbar.scss for blockScroll feature
parent
aafc35b932
commit
7e3f513a35
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue