Skip to content

Commit 010b0e8

Browse files
frankieyanclaude
andcommitted
fix(sidebar): honor prefers-reduced-motion on the panel transition
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent aa56554 commit 010b0e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sidebar/sidebar.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@
162162
.panel,
163163
.backdrop,
164164
.resizeHandle {
165-
transition: none;
165+
transition: none !important;
166166
}
167167
}

0 commit comments

Comments
 (0)