Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/content/components/fixed-layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { FixedLayoutWrapper } from '@/components/wrappers';
<Group mode="plain">
{/** Компенсируем место, занятое поиском **/}
<Spacing size={40} />
<Div style={{ maxHeight: 170, overflow: 'auto' }}>
<Div style={{ maxHeight: 170, overflow: 'auto' }} tabIndex={0}>
<Paragraph>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed a sollicitudin lectus, a
commodo sapien. Vivamus a urna leo. Integer iaculis dignissim urna, sit amet vestibulum diam
Expand Down
Loading