Merge pull request #3976 from Snarling/ScriptEditorResponsiveness

UI: FIX #3975, #3882 Script Editor more responsive on resize, and fix dirty file indicator
This commit is contained in:
hydroflame
2022-08-23 12:12:21 -03:00
committed by GitHub
4 changed files with 79 additions and 159 deletions
+1 -1
View File
@@ -97,10 +97,10 @@ const useStyles = makeStyles((theme: Theme) =>
"scrollbar-width": "none" /* for Firefox */,
margin: theme.spacing(0),
flexGrow: 1,
display: "block",
padding: "8px",
minHeight: "100vh",
boxSizing: "border-box",
width: "1px",
},
}),
);