Client: Integration: fix sticky

This commit is contained in:
Viktor Fomin 2024-07-16 00:44:37 +03:00
parent 12954abcd7
commit 3030c2ff03

View File

@ -132,7 +132,7 @@ const IntegrationWrapper = (props) => {
items={data}
selectedItemId={currentTabId}
onSelect={onSelect}
topProps={SECTION_HEADER_HEIGHT[currentDeviceType]}
stickyTop={SECTION_HEADER_HEIGHT[currentDeviceType]}
/>
);
};