summaryrefslogtreecommitdiff
path: root/frontend/src/components/TitleView.tsx
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2023-11-09 15:35:32 -0500
committerAAGaming <aagaming@riseup.net>2023-11-09 15:35:32 -0500
commit29d651bed66a1859dcfd0ac74406a358ba65867e (patch)
tree75d77e8736e1c2893c5d1b2827858ccb15b92415 /frontend/src/components/TitleView.tsx
parent44e6f03b0655a9f1e87530141ad907b9553744cc (diff)
downloaddecky-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.tsx2
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 = () => {