Skip to content

Commit

Permalink
Merge pull request #842 from Tencent/fix/fab
Browse files Browse the repository at this point in the history
fix(Fab): fix fab scrolling problem
  • Loading branch information
LeeJim authored Sep 5, 2022
2 parents 2826130 + fa716b8 commit ff7120c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fab/fab.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@fab-text-margin-left: 16rpx;

.@{prefix}-fab {
position: absolute;
position: fixed;
width: auto;
min-width: @fab-min-width;
height: @fab-height;
Expand Down

0 comments on commit ff7120c

Please sign in to comment.