fix(sqllab): clean unwanted scrollbar (#22990)

This commit is contained in:
JUST.in DO IT 2023-02-07 07:05:09 -08:00 committed by GitHub
parent ce6dd158a1
commit a1b7eb3870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ const StyledSqlEditor = styled.div`
border-top: 1px solid ${theme.colors.grayscale.light2};
border-bottom: 1px solid ${theme.colors.grayscale.light2};
width: 3%;
margin: ${theme.gridUnit}px 47%;
margin: ${SQL_EDITOR_GUTTER_MARGIN}px 47%;
}
.gutter.gutter-vertical {