Skip to content

Commit

Permalink
fix(float-button): marginBottom is invalid after the href is added
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuiai01 committed Sep 8, 2023
1 parent 5183e5d commit d27be10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/float-button/style/index.ts
Expand Up @@ -220,6 +220,7 @@ const sharedFloatButtonStyle: GenerateStyle<FloatButtonToken, CSSObject> = (toke
position: 'fixed',
cursor: 'pointer',
zIndex: 99,
display: 'block',
width: floatButtonSize,
height: floatButtonSize,
insetInlineEnd: token.floatButtonInsetInlineEnd,
Expand Down

0 comments on commit d27be10

Please sign in to comment.