Fix Bug 67316

No scroll on Share panel in editor
This commit is contained in:
Viktor Fomin 2024-04-07 22:15:43 +03:00
parent 46fcdfa692
commit f10ed46175

View File

@ -84,7 +84,7 @@ const SharingDialog = ({
withoutBackground={false}
withoutBlur={false}
/>
<Aside visible={isVisible} onClose={onCancel} withoutBodyScroll>
<Aside visible={isVisible} onClose={onCancel}>
<StyledWrapper>
<div className="share-file_header">
<Text className="share-file_heading">{t("Common:Share")}</Text>