소스 검색

chore(ui): remove cards jump on hover

fgsfds 4 시간 전
부모
커밋
4643957bca
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      frontend/src/styles/page-cards.css

+ 0 - 1
frontend/src/styles/page-cards.css

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