mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(ui): correct toasts being in the wrong position on smaller screens
This commit is contained in:
@@ -16,7 +16,7 @@ const Toast: React.FC<ToastProps> = ({
|
||||
transitionState,
|
||||
}) => {
|
||||
return (
|
||||
<div className="flex items-end justify-center px-2 py-2 pointer-events-none toast sm:items-start sm:justify-end">
|
||||
<div className="flex items-end justify-center max-w-full px-2 py-2 pointer-events-none toast sm:items-start sm:justify-end">
|
||||
<Transition
|
||||
show={transitionState === 'entered'}
|
||||
enter="transition duration-300 transform-gpu"
|
||||
|
||||
Reference in New Issue
Block a user