Skip to content

Commit

Permalink
fix(@clayui/css): Cadmin slideout should use overflow visible for res…
Browse files Browse the repository at this point in the history
…ize bar to show
  • Loading branch information
pat270 committed Jul 17, 2023
1 parent 0a88abc commit 48f2a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/clay-css/src/scss/cadmin/variables/_slideout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ $cadmin-c-slideout: map-deep-merge(
sidebar: (
display: none,
flex-shrink: 0,
overflow: visible,
position: relative,
width: $cadmin-c-slideout-sidebar-width,
),
Expand Down

0 comments on commit 48f2a14

Please sign in to comment.