Skip to content

Commit

Permalink
Merge branch 'main' into 24.03
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Apr 17, 2024
2 parents 261381a + f4cedf7 commit 70624fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/MainLayout/MainLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ function MainLayout() {
>
<div
style={{
margin: `0 -${token.paddingContentHorizontalLG} 0 -${token.paddingContentHorizontalLG}`,
margin: `0 -${token.paddingContentHorizontalLG}px 0 -${token.paddingContentHorizontalLG}px`,
position: 'sticky',
top: 0,
zIndex: HEADER_Z_INDEX_IN_MAIN_LAYOUT,
Expand Down

0 comments on commit 70624fd

Please sign in to comment.