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

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 {