diff options
Diffstat (limited to 'frontend/src/components/TitleView.tsx')
| -rw-r--r-- | frontend/src/components/TitleView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/TitleView.tsx b/frontend/src/components/TitleView.tsx index 111f8c80..357656fa 100644 --- a/frontend/src/components/TitleView.tsx +++ b/frontend/src/components/TitleView.tsx @@ -10,6 +10,8 @@ const titleStyles: CSSProperties = { display: 'flex', paddingTop: '3px', paddingRight: '16px', + position: 'sticky', + top: '0px', }; const TitleView: VFC = () => { |
