Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(more btn): fix more btn align middle
Browse files Browse the repository at this point in the history
  • Loading branch information
javahuang committed Oct 12, 2020
1 parent 8067a01 commit c5112e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/iconCustom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#luckysheet-icon-morebtn{
position: absolute;
right: 15px;
transform: translate(0,-50%);
top: 50%;
}


Expand Down

0 comments on commit c5112e9

Please sign in to comment.