mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(sqllab): clean unwanted scrollbar (#22990)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user