diff options
| author | AAGaming <aagaming@riseup.net> | 2023-11-09 15:35:32 -0500 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2023-11-09 15:35:32 -0500 |
| commit | 29d651bed66a1859dcfd0ac74406a358ba65867e (patch) | |
| tree | 75d77e8736e1c2893c5d1b2827858ccb15b92415 /frontend/src/components/TitleView.tsx | |
| parent | 44e6f03b0655a9f1e87530141ad907b9553744cc (diff) | |
| download | decky-loader-29d651bed66a1859dcfd0ac74406a358ba65867e.tar.gz decky-loader-29d651bed66a1859dcfd0ac74406a358ba65867e.zip | |
fix: get rid of title view jank on latest beta
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 = () => { |
