We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d45c7c commit fc1ea66Copy full SHA for fc1ea66
src/frontend/apps/impress/src/features/docs/doc-table-content/components/TableContent.tsx
@@ -108,9 +108,10 @@ export const TableContent = () => {
108
$align="center"
109
$padding={isHover ? 'xs' : '0'}
110
$justify="center"
111
- $position="relative"
+ $position="fixed"
112
aria-label={t('Summary')}
113
$css={css`
114
+ right: 30px;
115
border: 1px solid ${colorsTokens['greyscale-300']};
116
overflow: hidden;
117
border-radius: ${spacingsTokens['3xs']};
0 commit comments