mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 18:31:56 +00:00
fix: get rid of title view jank on latest beta
This commit is contained in:
@@ -10,6 +10,8 @@ const titleStyles: CSSProperties = {
|
||||
display: 'flex',
|
||||
paddingTop: '3px',
|
||||
paddingRight: '16px',
|
||||
position: 'sticky',
|
||||
top: '0px',
|
||||
};
|
||||
|
||||
const TitleView: VFC = () => {
|
||||
|
||||
Reference in New Issue
Block a user