mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 20:21:57 +00:00
test setting scrollpanelgroup to false
This commit is contained in:
@@ -200,11 +200,11 @@ function AnnouncementModal({
|
|||||||
}
|
}
|
||||||
`}
|
`}
|
||||||
</style>
|
</style>
|
||||||
<Focusable style={{ display: 'flex', flexDirection: 'column', gap: '0.5rem', height: '80vh' }}>
|
<Focusable style={{ display: 'flex', flexDirection: 'column', gap: '0.5rem', height: 'calc(100vh - 200px)' }}>
|
||||||
<h1>{announcement.title}</h1>
|
<span style={{ fontWeight: 'bold', fontSize: '1.25rem' }}>{announcement.title}</span>
|
||||||
<ScrollPanelGroup
|
<ScrollPanelGroup
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
focusable={true}
|
focusable={false}
|
||||||
style={{ flex: 1, height: '100%' }}
|
style={{ flex: 1, height: '100%' }}
|
||||||
// onCancelButton doesn't work here
|
// onCancelButton doesn't work here
|
||||||
onCancelActionDescription="Back"
|
onCancelActionDescription="Back"
|
||||||
|
|||||||
Reference in New Issue
Block a user