chore(ui): remove cards jump on hover (#4755)

This commit is contained in:
fgsfds 2026-06-01 19:32:12 +05:00 committed by GitHub
parent f9aa363a63
commit 6b2243a40f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,6 @@
.nodes-page .ant-card.ant-card-hoverable:hover,
.groups-page .ant-card.ant-card-hoverable:hover,
.api-docs-page .ant-card.ant-card-hoverable:hover {
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}