myoperator-ui 0.0.111 → 0.0.113
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3924,7 +3924,7 @@ const ToastViewport = React.forwardRef<
|
|
|
3924
3924
|
<ToastPrimitives.Viewport
|
|
3925
3925
|
ref={ref}
|
|
3926
3926
|
className={cn(
|
|
3927
|
-
"fixed top-0 z-[
|
|
3927
|
+
"fixed top-0 z-[9999999] flex max-h-screen w-full flex-col-reverse p-4 sm:bottom-0 sm:right-0 sm:top-auto sm:flex-col md:max-w-[420px]",
|
|
3928
3928
|
className
|
|
3929
3929
|
)}
|
|
3930
3930
|
{...props}
|