fix: get rid of title view jank on latest beta

This commit is contained in:
AAGaming
2023-11-09 15:35:32 -05:00
parent 44e6f03b06
commit 29d651bed6
2 changed files with 9 additions and 14 deletions
+2
View File
@@ -10,6 +10,8 @@ const titleStyles: CSSProperties = {
display: 'flex',
paddingTop: '3px',
paddingRight: '16px',
position: 'sticky',
top: '0px',
};
const TitleView: VFC = () => {