Compare commits

...

1 Commits

Author SHA1 Message Date
hainenber
594319adbc fix(sqllab): display horizontal scrollbar in data preview modal
Signed-off-by: hainenber <dotronghai96@gmail.com>
2026-05-01 10:51:04 +07:00

View File

@@ -44,5 +44,4 @@ export const ModalResultSetWrapper = styled.div`
display: flex;
flex-direction: column;
overflow: hidden;
max-height: 50vh;
`;