Skip to content

Commit cf6c939

Browse files
committed
translate commented out in sidebar project
1 parent bb83dd5 commit cf6c939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-sidebar/setup/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Sidebar
270270
row-gap: 1rem;
271271
box-shadow: var(--clr-red-dark);
272272
transition: var(--transition);
273-
transform: translate(-100%);
273+
/* transform: translate(-100%); */
274274
}
275275
.show-sidebar {
276276
transform: translate(0);

0 commit comments

Comments
 (0)