chore(ui): remove cards jump on hover

This commit is contained in:
fgsfds 2026-06-01 15:39:46 +05:00
parent 2a03844566
commit 4643957bca
No known key found for this signature in database
GPG key ID: 264C1B9113012917

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);
}