mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-31 05:48:46 +00:00
fix settings confirm overlay
This commit is contained in:
parent
ad0858ce9b
commit
c6aedf6793
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ export function SettingsPage() {
|
|||
<Transition
|
||||
animation="fade"
|
||||
show={state.changed}
|
||||
className="bg-settings-saveBar-background border-t border-settings-card-border/50 py-4 transition-opacity w-full fixed bottom-0 flex justify-between flex-col md:flex-row px-8 items-start md:items-center gap-3"
|
||||
className="bg-settings-saveBar-background border-t border-settings-card-border/50 py-4 transition-opacity w-full fixed bottom-0 flex justify-between flex-col md:flex-row px-8 items-start md:items-center gap-3 z-[999]"
|
||||
>
|
||||
<p className="text-type-danger">{t("settings.unsaved")}</p>
|
||||
<div className="space-x-3 w-full md:w-auto flex">
|
||||
|
|
|
|||
Loading…
Reference in a new issue