From fa716b891474e06e9322591e4e0c201f678f29c7 Mon Sep 17 00:00:00 2001 From: anlyyao Date: Mon, 5 Sep 2022 16:46:35 +0800 Subject: [PATCH] fix(Fab): fix fab scrolling problem --- src/fab/fab.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fab/fab.less b/src/fab/fab.less index a740328f6..8dafb41de 100644 --- a/src/fab/fab.less +++ b/src/fab/fab.less @@ -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;