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