web component fix main-button

This commit is contained in:
Subhonbek 2023-07-07 16:34:07 +03:00
parent e155db71e9
commit d9bb63bb5a

View File

@ -25,7 +25,7 @@ const StyledFloatingButtonWrapper = styled.div`
z-index: 300;
${({ theme }) =>
theme.interfaceDirection === "rtl" ? `left: 0;` : `right: 0;`}
theme.interfaceDirection === "rtl" ? ` right: 0;` : `left: 0;`}
bottom: ${(props) => (props.showTwoProgress ? "96px" : "0")};
${!isMobile &&