Skip to content

Commit 88f0f01

Browse files
authored
Update full.css
1 parent c5d7c49 commit 88f0f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

full.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ body.expanded .sidebar-toggle svg .left {
470470
.sidebar {
471471
position: fixed;
472472
top: 0;
473-
left: calc(var(--sidebar-width) * -1);
473+
left: calc((var(--sidebar-width) + 1px) * -1);
474474
height: 100%;
475475
background: #1a1c24;
476476
color: #d4d5d7;

0 commit comments

Comments
 (0)