Skip to content

Commit 3bf275b

Browse files
GAUNSDmcoker
andauthored
chore: Update Tearsheet doc example (PR feedback)
Update packages/module/patternfly-docs/content/extensions/component-groups/examples/Tearsheet/TearsheetComparison.tsx From: @mcoker Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
1 parent 11fb33c commit 3bf275b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/module/patternfly-docs/content/extensions/component-groups/examples/Tearsheet/TearsheetComparison.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ const sections = [
143143

144144
const renderBodyContent = (sidebarClassName = '') => (
145145
<Flex direction={{ default: 'column' }} style={{ height: '100%', overflow: 'hidden' }}>
146-
<PageSection hasShadowBottom style={{ flexShrink: 0, zIndex: 1 }}>
147-
<SearchInput placeholder="Filter cards..." aria-label="Filter cards" />
148-
</PageSection>
146+
<SearchInput placeholder="Filter cards..." aria-label="Filter cards" />
149147
<div style={{ flex: 1, minHeight: 0, display: 'flex' }}>
150148
<Sidebar hasGutter className={sidebarClassName} style={{ height: '100%' }}>
151149
<SidebarPanel>

0 commit comments

Comments
 (0)