Javascript – How to place antd FloatButton.Group in the right top position?
I used the following code to place float button group to the top right position. I controlled it with style prop and it worked: <FloatButton.Group trigger="click" type="primary" shape="square" style={{ right: 84, top: 24, }} icon={<GlobalOutlined style={{ color: colors.red }} />}…