diff --git a/.changeset/unlucky-pots-begin.md b/.changeset/unlucky-pots-begin.md new file mode 100644 index 0000000000..820dfceae1 --- /dev/null +++ b/.changeset/unlucky-pots-begin.md @@ -0,0 +1,5 @@ +--- +'@alfalab/core-components-gallery': patch +--- + +Добавлен фикс вертикального скролла в галерею в полноэкранном режиме diff --git a/packages/gallery/src/Component.tsx b/packages/gallery/src/Component.tsx index 530d6d7f76..c6938f5823 100644 --- a/packages/gallery/src/Component.tsx +++ b/packages/gallery/src/Component.tsx @@ -233,7 +233,11 @@ export const Gallery: FC = ({ Backdrop={Backdrop} onUnmount={onUnmount} > -
+
{isDesktop ?
: } {images.length === 1 ? : }