Mac模拟器中的停靠悬停问题html

问题描述

我正在使用 html Mac 11 模拟器,但是当我在 Dock 中添加悬停效果时,它无法正常工作。 i was hovering over the icon in the image

我将鼠标悬停在图像中的图标上 这是我的停靠栏和图标的 CSS 代码

.dock {
    height: 75px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    bottom: 0;
    position: fixed;
    background-color: rgba(255,255,0.1);
    border-radius: 24px;
}
.icon {
    width: 75px;
    transition: 0.3s;
    bottom: auto;
}
.icon:hover {
    width: 100px;
}

希望你能帮到我

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)