mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 10:16:20 +01:00
Fix ping zindex
This commit is contained in:
@@ -34,7 +34,7 @@ export const AppPing = ({ app }: AppPingProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<motion.div
|
<motion.div
|
||||||
style={{ position: 'absolute', bottom: 20, right: 20 }}
|
style={{ position: 'absolute', bottom: 20, right: 20, zIndex: 2 }}
|
||||||
animate={{
|
animate={{
|
||||||
scale: isOnline ? [1, 0.7, 1] : 1,
|
scale: isOnline ? [1, 0.7, 1] : 1,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user