Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ae83d5

Browse files
author
Faran
committed
scrollbar settings
1 parentb6f71c2 commit3ae83d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎client/packages/lowcoder/src/comps/comps/tableLiteComp/parts/TableContainer.tsx‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ const DefaultToolbar = styled.div`
5858
constTableSection=styled.div<{
5959
$mode:'AUTO'|'FIXED';
6060
}>`
61-
flex: 1 1 auto;
6261
min-height: 0;
6362
min-width: 0;
6463
`;
@@ -139,7 +138,7 @@ export const TableContainer: React.FC<TableContainerProps> = ({
139138
</>
140139
) :(
141140
/* Scrollbars enabled - use SimpleBar */
142-
<SimpleBarWrapperclassName="simplebar-wrapper"autoHide={false}>
141+
<SimpleBarWrapperclassName="simplebar-wrapper"autoHide={true}>
143142
{!stickyToolbar&&toolbarPosition==='above'&&showToolbar&&(
144143
<DefaultToolbar>{toolbar}</DefaultToolbar>
145144
)}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp