Skip to content

Commit 4dda576

Browse files
authored
fix(components): Remove doubled shadow on SideDrawer (#2933)
Add overflow: clip
1 parent 9639efb commit 4dda576

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/components/src/SideDrawer/SideDrawer.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
.container {
3030
height: 100%;
31+
overflow: clip;
3132
background-color: var(--sideDrawer--background);
3233
}
3334

0 commit comments

Comments
 (0)